facebook

Run XDoclet error: noClassDefFoundError for SaxException

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #227222 Reply

    szern
    Member

    I 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?

    #227237 Reply

    Riyad Kalla
    Member

    Can 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.

    #227252 Reply

    szern
    Member

    What 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

    #227262 Reply

    Riyad Kalla
    Member

    – 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.

    #227271 Reply

    szern
    Member

    In the previous emails I stated in excess of 50. I was incorrect. There are 8 occurrences. I just looked at the org.eclipse.*

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Run XDoclet error: noClassDefFoundError for SaxException

You must be logged in to post in the forum log in