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 271955 - ClassNotFoundException: com.sun.source.tree.DirectiveTree
Summary: ClassNotFoundException: com.sun.source.tree.DirectiveTree
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-30 13:58 UTC by homberghp
Modified: 2017-12-30 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231296


Attachments
stacktrace (3.00 KB, text/plain)
2017-12-30 13:58 UTC, homberghp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description homberghp 2017-12-30 13:58:35 UTC
Build: Apache NetBeans IDE Dev (Build 20171229-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Linux

User Comments:
homberghp: Opening a project




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.source.tree.DirectiveTree
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 homberghp 2017-12-30 13:58:51 UTC
Created attachment 165602 [details]
stacktrace