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 262755 - NoClassDefFoundError: com/sun/tools/javac/comp/Modules
Summary: NoClassDefFoundError: com/sun/tools/javac/comp/Modules
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 01:40 UTC by alied
Modified: 2016-07-11 01:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225061


Attachments
stacktrace (3.87 KB, text/plain)
2016-07-11 01:40 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:40:05 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: Just started with an empty userdir

GUEST: 1




Stacktrace: 
java.lang.NoClassDefFoundError: com/sun/tools/javac/comp/Modules
   at org.netbeans.modules.java.source.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:321)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:271)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:161)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:296)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:159)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2753)
Comment 1 alied 2016-07-11 01:40:07 UTC
Created attachment 160341 [details]
stacktrace