Subj : Re: deploying new java objects to application that use Rhino as JS To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Mon Jan 27 2003 08:45 pm Eric Paschoalick Chaves wrote: > So my big question now is, how should I do to deply my Counter class to > an rhino embedded application, in order to make the application interpret > corret with code like the above. before I forget, I don't have access to the > application source code. I guess your application comes with some kind of a browser wich uses Rhino javascript, right? Could you give details about it? In any case I suggest not to extend from ScriptableObject, but simply use LiveConnect to access arbitrary classes. Regards, Igor .