HI ,
Apart from adding classes into a jar file I need to add another jar file to build a jar file.In other words Is nesting of jar files allowed in Java.
Thanks,
Sudhakar
Printable View
HI ,
Apart from adding classes into a jar file I need to add another jar file to build a jar file.In other words Is nesting of jar files allowed in Java.
Thanks,
Sudhakar
Hi,
I don't think that you are able to add ohter jar files in a jar file. But you can reference to other jar files from a jar file.
http://java.sun.com/docs/books/tutor.../manifest.html