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 252766 - ClassNotFoundException: org.clang.tools.services.support.Interrupter
Summary: ClassNotFoundException: org.clang.tools.services.support.Interrupter
Status: RESOLVED DUPLICATE of bug 252762
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-03 05:23 UTC by Exceptions Reporter
Modified: 2015-06-03 12:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217689


Attachments
stacktrace (6.97 KB, text/plain)
2015-06-03 05:23 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-06-03 05:23:32 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-2783-on-20150312)
VM: OpenJDK 64-Bit Server VM, 25.45-b02, OpenJDK Runtime Environment, 1.8.0_45-internal-b14
OS: Linux

User Comments:
GUEST: happened when editing c++ header




Stacktrace: 
java.lang.ClassNotFoundException: org.clang.tools.services.support.Interrupter
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 Exceptions Reporter 2015-06-03 05:23:34 UTC
Created attachment 154026 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2015-06-03 12:23:28 UTC
Could you, please, try full daily bits, not updated from UC.
http://bits.netbeans.org/dev/nightly/latest/

Thanks!

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