HI,
I have a large number of jars that my j2ee app depends on, so I want to create a single jar file with manifest attribute referencing those jar files in classpath. Then I will place this file in glassfish lib dir so that jars mentioned become in classpath for application.
the only problem is I dont know how to create this single jar file.
suggestions ?
regards