>> I have to provide a jar file (java applet) inside the jar file that is >> compiled against jdk 1.4 while the project itself is 1.5. The applet >> contains a subset of the classes of the whole project.
What classloader are you using that allows you to embed a Jar inside another Jar? As far as I am aware, that is not allowed per the Jar spec. You will probably need to use the Assembly plugin to create the package you require. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
