File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes NoClassDefFoundError(unable to open projects) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "NoClassDefFoundError(unable to open projects)" Watch "NoClassDefFoundError(unable to open projects)" New topic
Author

NoClassDefFoundError(unable to open projects)

Pradeep Adibatla
Ranch Hand

Joined: Oct 27, 2009
Posts: 309
I know that this post doesn't belong here but nobody is active in IDE world...please share your inputs on this as I am unable to solve it!

I start my NetBeans IDE and I get an Exception like this...



------------------------------------------------------------------------

Pop-up says:-->

A java.lang.NoClassDefFoundError exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your C:\Documents and Settings\pradeep_adibatla\.netbeans\6.5\var\log folder.

Show Detail:--->

java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.uihandler.Installer
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:641)
at org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:1001)
at org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:993)
at java.security.AccessController.doPrivileged(Native Method)
at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:515)
at org.netbeans.modules.uihandler.EarlyHandler.publish(EarlyHandler.java:68)
at org.netbeans.core.startup.TopLogging$LookupDel.publish(TopLogging.java:798)
at java.util.logging.Logger.log(Logger.java:472)
at org.netbeans.modules.project.ui.OpenProjectList.log(OpenProjectList.java:1713)
at org.netbeans.modules.project.ui.OpenProjectList.access$1000(OpenProjectList.java:124)
at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:374)
at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:274)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)

I am unable to open my projects and they all are web applications (Struts2 to be precise)!!!

This message was edited 2 times. Last update was at by Pradeep Adibatla

 
 
subject: NoClassDefFoundError(unable to open projects)
 
developer file tools