This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252170 - ClassNotFoundException: org.netbeans.modules.cnd.api.project.NativeProjectRegistry
Summary: ClassNotFoundException: org.netbeans.modules.cnd.api.project.NativeProjectReg...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-30 04:53 UTC by Exceptions Reporter
Modified: 2015-05-29 13:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217032


Attachments
stacktrace (2.72 KB, text/plain)
2015-04-30 04:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-04-30 04:53:58 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
GUEST: Al inicializar el IDE.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.cnd.api.project.NativeProjectRegistry
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Exceptions Reporter 2015-04-30 04:53:59 UTC
Created attachment 153468 [details]
stacktrace
Comment 2 Alexander Simon 2015-04-30 06:29:17 UTC
It seems class loader problem. Reassign to evaluation.
Comment 3 Tomas Hurka 2015-05-29 13:04:34 UTC
Can you please provide steps how to reproduce it? It looks like you disabled C/C++ support just before exception occurred. Thanks.