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 248657

Summary: ClassNotFoundException: org.netbeans.api.java.source.CompilationInfo
Product: java Reporter: Michel Graciano <hmichel>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213442
Attachments: stacktrace

Description Michel Graciano 2014-11-14 17:46:08 UTC
Build: NetBeans IDE Dev (Build 201411110002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
hmichel: Opening the IDE




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.api.java.source.CompilationInfo
   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 Michel Graciano 2014-11-14 17:46:09 UTC
Created attachment 150498 [details]
stacktrace
Comment 2 Svata Dedic 2014-11-14 17:48:50 UTC

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