I downloaded the jdom-b7 version from jdom.org and I unzipped the folder in C drive.
This is the class path pasted:
c:\jdom-b7\build\classes;
c:\jdom-b7\lib\xerces.jar;
c:\jdom-b7\build\jdom.jar;
C:\JDK1.3.1\LIB\TOOLS.JAR;C:\JSDK2.0\LIB\JSDK.JAR;C:\JSDK2.0\LIB\classes12.zip;
When I go to c:\jdom-b7 folder and say 'build' it gives me the following message..
JDOM Build System
-----------------
Building with classpath ... (my classpath)....
Starting Ant...
The system cannot find the path specified.
I am not sure what I am missing ?
-
JDOM installation problem (1 messages)
- Posted by: priyanka shah
- Posted on: September 18 2002 10:04 EDT
Threaded Messages (1)
- JDOM installation problem by sel s on September 18 2002 11:15 EDT
-
JDOM installation problem[ Go to top ]
- Posted by: sel s
- Posted on: September 18 2002 11:15 EDT
- in response to priyanka shah
Make sure you have ant.jar in your path.
-Selva