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 253747 - ClassNotFoundException: org.clang.tools.services.support.ClangFileSystemProvider
Summary: ClassNotFoundException: org.clang.tools.services.support.ClangFileSystemProvider
Status: CLOSED DUPLICATE of bug 253099
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 14:38 UTC by kosmonaffft
Modified: 2015-09-15 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218747


Attachments
stacktrace (4.41 KB, text/plain)
2015-07-24 14:38 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2015-07-24 14:38:43 UTC
Build: NetBeans IDE Dev (Build 201507200001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
kosmonaFFFt: Use "create test" menu item for java class...




Stacktrace: 
java.lang.ClassNotFoundException: org.clang.tools.services.support.ClangFileSystemProvider
   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 kosmonaffft 2015-07-24 14:38:44 UTC
Created attachment 154859 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2015-07-24 21:15:18 UTC

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