Access to lib inside .jar
852198Apr 1 2011 — edited Apr 7 2011I'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.