This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Confused about jar/lib usage
- From: Ray Auge <rayauge at doublebite dot com>
- To: gcj-java <java at gcc dot gnu dot org>
- Date: 31 Jan 2004 23:55:01 -0500
- Subject: Confused about jar/lib usage
- Organization:
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