This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling java-files with imports from external jared packages
Andreas Piening wrote:
Hallo Daney,
thank you very much. Could I instruct gcj to compile all not allready
compiled java-classes that are referenced automatically? I have
unpacked the jar, but can't compile the WebServer.java because it uses
other not compiled Java-files.
You don't have to unpack a jar file to compile it. You have to compile
all java/class/jar files that are used/needed.
It would be very time consuming to try
the compilation process again and again to find out what java files are
used and it what order they should be compiled.
Often life puts obstacles like this in our path.
David Daney