how to reference a lib*.so instead of using -I blat.jar

Heitzso heitzso@growthmodels.com
Wed Feb 15 13:44:00 GMT 2006


Quick question ....

I have a jar, A, that is dependent on another jar, B.
Let's say I use gcj to compile B.jar down to a libB.so file.

Now, when I go to compile A down to libA.so, I'm currently
setting up the gcj command like:
    gcj  -I  B.jar  -c  -o  libA.so  A.jar

What should I be doing instead to pick up the B.jar classes
from libB.so instead of from "-I B.jar"


Thanks,
Heitzso



More information about the Java mailing list