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 157959 - reflect.UndeclaredThrowableException at $Proxy18.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy18.actionPerformed
Status: RESOLVED DUPLICATE of bug 158099
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 02:13 UTC by jmanko
Modified: 2009-02-26 12:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144856


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jmanko 2009-02-05 02:13:33 UTC
Trying to add a new platform. Error occurs on screen to select platform type, choosing Java MIDP Platform Emulator. 

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-ea-b03
OS: Windows XP, 5.1, x86
User comments: i cannot addj2me platform in my netbeans?
STACKTRACE: (first 10 lines)
java.lang.reflect.UndeclaredThrowableException
        at $Proxy18.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)
        at java.awt.Component.processMouseEvent(Component.java:6216)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
        at java.awt.Component.processEvent(Component.java:5981)
        at java.awt.Container.processEvent(Container.java:2036)
Comment 1 Jan Jancura 2009-02-26 12:50:35 UTC

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