Subj : deploying new java objects to application that use Rhino as JS interpreter To : netscape.public.mozilla.jseng From : "Eric Paschoalick Chaves" Date : Mon Jan 27 2003 01:45 pm Hi Fellows, I have an application that uses rhino as a javascript interpreter. Following the "Embedding tutorial" I see how I can I write my own object (like the Counter sample) and test it under the JS shell. However I could'nt find how should I do to deply this new object, making it "available" to this application. I have tried to add the Counter.jar to the same path where JS.JAr resides, I add the Counter.class to the JS.JAR files and also try to call 'defineClass("Counter")' method inside a snippet code of javascript. All of them was unsucefull. 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. Cheers, Eric. .