This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compiling jars into libraries w/ dependencies



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]