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 130215 - UnsupportedClassVersionError: Bad version number in .class file
Summary: UnsupportedClassVersionError: Bad version number in .class file
Status: RESOLVED DUPLICATE of bug 129227
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-15 07:48 UTC by ceml
Modified: 2008-03-17 18:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error log (65.06 KB, text/plain)
2008-03-15 07:52 UTC, ceml
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ceml 2008-03-15 07:48:14 UTC
Used NetBeans 6.0 on my Mac (Mac OS X 10.5.2) under Java SE 1.5.0 with no problems.

Then I installed Apple's DP9 of Java SE 6.0 and then I got problems with having netbeans to create new Java source files. In this report I simply tried to 
create a Java project from scratch.

I have uninstalled both Java SE 6.0 and netbeans 6.0 and installed netbeans 6.0.1 but the problem remains.

I assume that some Java SE 6.0 classfile is still around on my system and that netbeans picks it up but I can't figure out how to identify the classfile and get 
rid of it.

Any help very much appreciated!
(have to go back to Eclipse until this problem is resolved :-(
Comment 1 ceml 2008-03-15 07:52:42 UTC
Created attachment 58423 [details]
error log
Comment 2 Jiri Prox 2008-03-17 09:52:33 UTC
This is problem with java configuration, see issue 129227 for more help

*** This issue has been marked as a duplicate of 129227 ***
Comment 3 ceml 2008-03-17 18:19:09 UTC
Great, thanks!