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 254627 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.utils.cache.CndFileUtils
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.uti...
Status: RESOLVED DUPLICATE of bug 254862
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-23 18:14 UTC by jaska_tl
Modified: 2015-09-01 08:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219371


Attachments
stacktrace (3.58 KB, text/plain)
2015-08-23 18:14 UTC, jaska_tl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaska_tl 2015-08-23 18:14:51 UTC
Build: NetBeans IDE Dev (Build 201508120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
jaska_tl: Restarted ide after installing newest set of updated to it




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.utils.cache.CndFileUtils
   at org.netbeans.modules.cnd.makeproject.MakeProject.createExtensionSet(MakeProject.java:643)
   at org.netbeans.modules.cnd.makeproject.MakeProject.<init>(MakeProject.java:180)
   at org.netbeans.modules.cnd.makeproject.MakeProjectTypeImpl.createProject(MakeProjectTypeImpl.java:149)
   at org.netbeans.modules.cnd.makeproject.MakeBasedProjectFactorySingleton.loadProject(MakeBasedProjectFactorySingleton.java:174)
   at org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:401)
   at org.netbeans.modules.projectapi.nb.NbProjectManager.access$300(NbProjectManager.java:94)
Comment 1 jaska_tl 2015-08-23 18:14:53 UTC
Created attachment 155559 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-01 08:42:31 UTC

*** This bug has been marked as a duplicate of bug 254862 ***