- This topic has 4 replies, 2 voices, and was last updated 19 years, 10 months ago by szern.
-
AuthorPosts
-
szernMemberI execute “Run XDoclet” on my project and I receive java.lang.NoClassDefFoundError. The ProjectHelper fails since it cannot find the org/xml/sax/SaxException class. What do I need to add to my classpath or the project properties?
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
szernMemberWhat operating system and version are you running? Windows 2000
What Eclipse version and build id are you using? (Help > About Eclipse Platform) version 3.0.1
– Was Eclipse freshly installed for MyEclipse? No
– If not, was it upgraded to its current version using the update manager? No
– Are any other external plugins installed? Yes, I have CodePro from Instantiations, Nitrox from M7 corporation, and your stuff
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* In excess of 50
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) 3.8.4
What JDK version are you using to run Eclipse? (java -version) 1.4.2_04
What JDK version are you using to launch your application server? same
What steps did you take that resulted in the issue? I built an EJB project and annotated the code with the XDoclet tags. I compiled the code and then attempted to Run XDoclet.
What application server are you using? BEA WebLogic 8.1
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log) No exceptions
Riyad KallaMember– Are any other external plugins installed? Yes, I have CodePro from Instantiations, Nitrox from M7 corporation, and your stuff
This is not a tested environment, so I would ask that you do a parallel install of just Eclipse 3.0.2 and MyEclipse 3.8.4 in a separate location and see if the functionality works with a “clean” install. Since there is no way for us to know what these other plugins do to the working environment or how they interact with MyEclipse, it is hard to troubleshoot this issue without first removing any concerns about the install first.
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* In excess of 50
You have more than 50 plugin dirs with the “pde” extension? This number should usually be around 7 or 8…
What JDK version are you using to run Eclipse? (java -version) 1.4.2_04
Are you using the BEA JDK or are you using a separately installed Sun JDK? If you are not using a separate Sun JDK I encourage you to install it and use it to Run Eclipse. We do not know if BEA augments their JDK in any way (with XML parsing libraries) that would cause this exception. So let’s rule out all the variables first, figure out what the problem is, and try and deal with that.
szernMemberIn the previous emails I stated in excess of 50. I was incorrect. There are 8 occurrences. I just looked at the org.eclipse.*
-
AuthorPosts