|
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.
|