Can anyone explain to me the process of adding the JDOM files to a project using JBuilder 3? I want to add it using a library. Here is what I did. On my existing project, I added a libray called JDOM using the project/properties menu option. For classpath and sourcepath, I used "C:\jdom\src" as the paths. I then import the "java.org.jdom.Element;" When I work on a file, I can import the files, and JBuilder finds them without any problem, but it won't compile. I get this error: "cannot access class java.org.jdom.Element; neither class nor source found for java.org.jdom.Element" Any help would be appreciated.
Cynthia Yao
Ranch Hand
Joined: Nov 06, 2000
Posts: 92
posted
0
in JBuilder, under project \ project property - paths - required library. You can create a new library, which point to you jdom.jar. Add that library to your project required library. At compile, please check that jar file is included. I think that will solve u problem
Raul Quintero
Greenhorn
Joined: Feb 18, 2000
Posts: 7
posted
0
Got it, thanks. My .jar file was corrupted. Thanks again!
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.