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 129605 - reflect.UndeclaredThrowableException at $Proxy24.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy24.actionPerformed
Status: RESOLVED DUPLICATE of bug 129227
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-08 17:16 UTC by digitalrinaldo
Modified: 2008-12-22 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 27860


Attachments
stacktrace (20.84 KB, text/plain)
2008-03-08 17:16 UTC, digitalrinaldo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description digitalrinaldo 2008-03-08 17:16:01 UTC
Build: NetBeans IDE 6.1 Beta (Build 200803050202)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119
OS: Mac OS X, 10.5.2, i386

User Comments:
Comment 1 digitalrinaldo 2008-03-08 17:16:08 UTC
Created attachment 58024 [details]
stacktrace
Comment 2 digitalrinaldo 2008-03-08 17:50:11 UTC
I changed the version of java to 1.6 and that fixed the issue. There is an issue for 1.5 users above on a Mac possibly. 
Comment 3 Lukas Hasik 2008-03-10 09:04:56 UTC
this is duplicate of 129227. See more details in the duplicate issue.

java.lang.UnsupportedClassVersionError: Bad version number in .class file
        at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:675)

*** This issue has been marked as a duplicate of 129227 ***