Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems using/installing jdom

Status
Not open for further replies.

bateman23

Programmer
Mar 2, 2001
145
DE
Hi everybody,

i've got big problems geting jdom working...
i just downloaded the latest jdom package (beta 9), extracted everything to C:\jdom-b9, and added the path of jdom.jar to classpath.
When trying to use the package (C:\jdom-b9\build\jdom.jar) with the import statement: import org.jdom.*; the compiler says "package org.jdom does not exist".

btw: i'm using J2sdk 1.4.2_03
OS: Win2k
Classpath: C:\j2sdk1.4.2_03\jre\lib\ext\jdom-b9\lib\xerces.jar;C:\j2sdk1.4.2_03\jre\lib\ext\jdom-b9\build\jdom.jar;.

Hope anybody could help.

Earlier i had a similar problem with xerces. - Somehow i just don't get along with this package stuff ;)
thread269-675829

---------------------------------------
Visit me @:
 
I got it! Had to to the following tasks:

Classpath: .;C:\j2sdk1.4.2_03\jre\lib\ext\jdom.jar
JAVA_HOME: C:\j2sdk1.4.2_03
path: %JAVA_HOME%\bin;

Placed the jdom.jar in:
C:\jdom-b9\build
C:\j2sdk1.4.2_03\jre\lib\ext
C:\Programme\Java\j2re1.4.2_03\lib\ext

Updated the JCreator - JDK-Profile


---------------------------------------
Visit me @:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top