View Single Post
  #4 (permalink)  
Old 10-23-2008, 02:00 PM
satbobo satbobo is offline
Member
 
Join Date: Oct 2008
Posts: 4
Rep Power: 0
satbobo is on a distinguished road
Default
Originally Posted by Norm View Post
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...
Reply With Quote