Subj : including the js.jar in my project? To : netscape.public.mozilla.jseng From : jupp4711 Date : Wed Aug 18 2004 04:21 pm hello rhino-experts, i'm using Rhino via httpunit, not directly. Now generating my jarFile, i got problems with these external projects, while developing in Eclipse there where no problems. I'm solving this in the moment by including all packages under my surfbar-package. This is ok, only with Rhino there are still problems. Here the Errormessage: surfbar.mozilla.javascript.WrappedException: WrappedException of In order to define a property, getter public java.lang.Object surfbar.mozilla.javascript.LazilyLoadedCtor.getProperty(surfbar.mozilla.javascript.ScriptableObject) must have zero parameters or a single ScriptableObject parameter. at surfbar.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1610) at surfbar.mozilla.javascript.LazilyLoadedCtor.(LazilyLoadedCtor.java:66) at surfbar.mozilla.javascript.Context.initStandardObjects(Context.java:984) at surfbar.mozilla.javascript.Context.initStandardObjects(Context.java:918) at surfbar.httpunit.javascript.JavaScript.run(JavaScript.java:76) at surfbar.httpunit.javascript.JavaScriptEngineFactory.associate(JavaScriptEngineFactory.java:46) at surfbar.httpunit.FrameHolder.(FrameHolder.java:50) at surfbar.httpunit.WebWindow.(WebWindow.java:220) at surfbar.httpunit.WebClient.(WebClient.java:55) at surfbar.httpunit.WebConversation.(WebConversation.java:44) at surfbar.OnlineData.getData(OnlineData.java:210) at surfbar.StartFrame.pruefData(StartFrame.java:70) at surfbar.StartenAL.actionPerformed(StartenAL.java:52) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) .... ... 35 more In Eclipse these Errors are linked with Codelines. Here in the first Errorline Eclipse opens an Eclipse-Window asking for "Properties for surfbar.mozilla.javascript.WrappedException". No Idea!! My question: Can I solve this problem in the way of including the Rhino Sources? (I already changed all package names and includes by a small program) Or is there another way by including the js.jar? This I didnt manage yet. For this case i would be thankful for a brief description what to do, to include the whole jar. thanks for helping juppi .