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 262757 - ClassNotFoundException: com.sun.tools.javac.tree.JCTree$JCModuleDecl starting from ModuleCL@44bbf5a[org.netbeans.modules.java.source.base] with possible defining loaders [ModuleCL@78f1492e[org.netbean
Summary: ClassNotFoundException: com.sun.tools.javac.tree.JCTree$JCModuleDecl starting...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 01:46 UTC by alied
Modified: 2016-07-11 01:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225161


Attachments
stacktrace (3.09 KB, text/plain)
2016-07-11 01:46 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2016-07-11 01:46:07 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201606010404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
alied: Editing a Java 9 project properties




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.tools.javac.tree.JCTree$JCModuleDecl starting from ModuleCL@44bbf5a[org.netbeans.modules.java.source.base] with possible defining loaders [ModuleCL@78f1492e[org.netbeans.libs.javacimpl]] and declared parents [ModuleCL@6216ffa[org.netbeans.modules.queries], ModuleCL@57dc87f9[org.netbeans.modules.editor.mimelookup], org.netbeans.MainImpl$BootClassLoader@31221be2, ModuleCL@2a7f230d[org.netbeans.modules.parsing.api], ModuleCL@3432dbb4[org.netbeans.api.progress], ModuleCL@17f2546c[org.netbeans.modules.editor.util], ModuleCL@5ccc0148[org.netbeans.modules.lexer], ModuleCL@6a4128b3[org.netbeans.modules.refactoring.api], ModuleCL@39eb25b5[org.netbeans.modules.java.lexer], ModuleCL@7e37a215[org.netbeans.modules.projectapi], ...17 more]
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:228)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:604)
   at org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1321)
   at org.netbeans.api.java.source.ModificationResult$1.run(ModificationResult.java:148)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
Comment 1 alied 2016-07-11 01:46:10 UTC
Created attachment 160343 [details]
stacktrace