Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Access to lib inside .jar

852198Apr 1 2011 — edited Apr 7 2011
I've a signed applet, with some extarnal libraries included in it.

It works ok, but on some computers, it fail, the reason is that one of the classes does not match the number and types of the parameters (java.lang.NoSuchMethodError), as far I know the reason is that the applet, is not using the library included inside the applet .jar, but an external class with the same name (a different version of the library I suppose), so I want to know if there is a way to FORCE that the class I want to use is the one inside the applet .jar file, and no another one?
Perhaps some kind of parameter in the html callint the applet? os some way to build the applet in a different way? (I'm using jBuilder 2006 by the way) altough for newer developed projects I've changed to NetBeans.

Best regards.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2011
Added on Apr 1 2011
14 comments
127 views