[jdom-interest] Installing jdom
Justin Chaffey
jchaffey at globalsources.com
Tue May 1 01:24:30 PDT 2001
I copied jdom.jar to the lib/ext/ dir and this solved some of the problems. Then I had to modify my CLASSPATH variable to point to the jdom classes - and finally its compiling.
The jdom.jar part makes sense to me - but not the CLASSPATH bit. Why are the JDOM required files spread over different places - why not everything in the jar file?
I'm a bit new to java so I hope this is a sensible question.
Justin
----- Original Message -----
From: Noam Tamim
To: Justin Chaffey
Sent: Tuesday, May 01, 2001 8:10 AM
Subject: Re: [jdom-interest] Installing jdom
You should move the jdom.jar file to jre\lib\ext, under the jdk home.
For example: c:\jdk\jre\lib\ext
You also have to put there the xerces.jar file.
- Noam.
----- Original Message -----
From: Justin Chaffey
To: jdom-interest at jdom.org
Sent: Monday, April 30, 2001 12:42
Subject: [jdom-interest] Installing jdom
I've downloaded and built JDOM without any problems. But when I try to compile my application source code (via javac) it complains that it cannot find the JDOM classes.
What's the best way to deal with this? Where should my JDOM libraries be stored?
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20010501/601dab66/attachment.htm
More information about the jdom-interest
mailing list