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 159143 - reflect.UndeclaredThrowableException at $Proxy19.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy19.actionPerformed
Status: RESOLVED DUPLICATE of bug 158099
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 13:59 UTC by joarobles
Modified: 2009-02-26 12:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146037


Attachments
stacktrace (9.81 KB, text/plain)
2009-02-25 13:59 UTC, joarobles
Details
stacktrace (9.81 KB, text/plain)
2009-02-25 14:00 UTC, joarobles
Details

Note You need to log in before you can comment on or make changes to this bug.
Description joarobles 2009-02-25 13:59:44 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, x86

User Comments:
GUEST: I simply cannot add another MIDP platform, crashes EVERY time.

joarobles: trying to add Java MIDP plataform

joarobles: trying to add Java MIDP plataform

GUEST: I got this error while i was adding j2me platform.



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy19.actionPerformed(.java:0)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 joarobles 2009-02-25 13:59:50 UTC
Created attachment 77355 [details]
stacktrace
Comment 2 joarobles 2009-02-25 14:00:50 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, x86

User Comments: 
trying to add Java MIDP plataform

Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy19.actionPerformed(.java:0)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 3 joarobles 2009-02-25 14:00:59 UTC
Created attachment 77356 [details]
stacktrace
Comment 4 Jan Jancura 2009-02-26 12:52:38 UTC

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