krats <princekart...@gmail.com> wrote on 02/19/2010 04:59:00 PM: > They are two packages within the same source folder. So does that mean, I > cant create a jar for one package and make the other package use it?
This is really a user-list question but since you're already here... Why would you want to invoke the compiler twice? Is there a specific reason why you want to do that? There's nothing stopping you from creating separate JAR files if need be but that is not coupled to the manner in which you compile.