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]
Other format: [Raw text]

Confused about jar/lib usage


Hello All,

I'm a little confused about the referencing of jars. Do I (or do I NOT)
need to have the natively compiled version of the jar accessible to the
program after compilation?

For example, if I refer to xerces in my code and have it in my
classpath, is there a way to have it statically link the classes within
the jar, or does that only occur against the native lib.

Am I making any sense?

Thanks

Ray Auge


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