compiling jars into libraries w/ dependencies

Alexandre Petit-Bianco apbianco@cygnus.com
Wed May 2 23:42:00 GMT 2001


stewart@neuron.com writes:

> what magic command-line do I pass to the second gcj to get it to
> compile?

Use --CLASSPATH:

  gcj --CLASSPATH="c.jar" b.jar -c
  gcj --CLASSPATH="b.jar" a.jar -c

./A



More information about the Java mailing list