| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I've downloaded the JDOM binaries and added the path to my CLASSPATH variable, but neither Eclipse nor NetBeans seems to pick it up. Here's my current setting: CLASSPATH = .;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C: \Program Files\Java\jdom-1.1\build\jdom.jar What's going wrong? |
|
#2
| |||
| |||
| Corey Brand wrote: > I've downloaded the JDOM binaries and added the path to my CLASSPATH > variable, but neither Eclipse nor NetBeans seems to pick it up. > > Here's my current setting: > > CLASSPATH = .;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C: > \Program Files\Java\jdom-1.1\build\jdom.jar > > What's going wrong? Don't use the global CLASSPATH env. It is a leftover from the mid-1990's. Add the jar file(s) to the project inside the IDE. In Eclipse: project properties, build path, add external jar file. Arne |
|
#3
| |||
| |||
| That did it! Many thanks! - Corey On Nov 10, 11:15*pm, Arne Vajhøj <a...@vajhoej.dk> wrote: > [snip] > > Don't use the global CLASSPATH env. > > It is a leftover from the mid-1990's. > > Add the jar file(s) to the project inside the IDE. > > In Eclipse: project properties, build path, add external jar file. > > Arne |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.