Originally Posted by Norm
|
If you are able to get jar files into the project jar file, what program are you going to use to read those internal jar files?
I don't think the java command knows how to read from jar files contained in a jar file.
|
yeah I think that's the point... for the time being I solved by adding the compiled classes to the path of my source project. These classes are incorporated into the jar file and everything seems to work. This creates a big jar file though...