This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
How to link with jars
- To: Java <java-discuss at sources dot redhat dot com>
- Subject: How to link with jars
- From: Torsten Rüger <torsten dot rueger at firsthop dot com>
- Date: Mon, 04 Dec 2000 11:27:01 +0200
Hi,
I've managed to compile all classes I have source code of. There remain
some .jar's which I have problems to compile.
So I need to link and run with jars (or .class) files, I guess in my
CLASSPATH, right?
At the moment though I don't even get an executable, because the link
throws errors (undefined references to what's in the jar's).
So what do I do? Also, do I have to configure my libgcj to
run/interpret the class files ?
Thanks
Torsten