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 271364 - ClassFormatError: org/netbeans/lib/nbjavac/services/NBResolve
Summary: ClassFormatError: org/netbeans/lib/nbjavac/services/NBResolve
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: 2017-08-24 12:50 UTC by mimoreau
Modified: 2017-08-24 12:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205008


Attachments
stacktrace (1.52 KB, text/plain)
2017-08-24 12:50 UTC, mimoreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mimoreau 2017-08-24 12:50:21 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
GUEST: coding

GUEST: What is going On?

GUEST: None yet

GUEST: Trying out my java code

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: coding

GUEST: coding

mimoreau: Just running a very short Java Application with a Main a few lines (mainly System.out.println commands)
The Output window was perfectly silent (while actually showing the usual messages during the compilation) during the Run...

GUEST: I have no idea what's going on

GUEST: Testing my own java examples

GUEST: coding

GUEST: I STILL HAVE NO IDEA WHATS WRONG




Stacktrace: 
java.lang.ClassFormatError: org/netbeans/lib/nbjavac/services/NBResolve
   at org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:845)
   at org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:709)
   at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:395)
   at org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:491)
   at org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:163)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:631)
Comment 1 mimoreau 2017-08-24 12:50:23 UTC
Created attachment 165001 [details]
stacktrace