View Single Post
  #2 (permalink)  
Old 08-02-2007, 01:33 AM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
As long as the classes are in the class path your good to go. You could put your classes in one jar and then the others that come later you could put in a second jar file. As long as both are in the classpath when your program starts everything should be good.

You could also use the Class-Path: option in your manifest to include the other jar as well.
Reply With Quote