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 233114 - NullPointerException at org.netbeans.modules.mobility.plugins.microemulator.MicroemulatorPlatformConfigurator.isPossiblePlatform
Summary: NullPointerException at org.netbeans.modules.mobility.plugins.microemulator.M...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-21 02:42 UTC by falcon1000
Modified: 2013-07-22 07:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149229


Attachments
stacktrace (17.83 KB, text/plain)
2013-07-21 02:42 UTC, falcon1000
Details

Note You need to log in before you can comment on or make changes to this bug.
Description falcon1000 2013-07-21 02:42:57 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
falcon1000: <Please provide a description of the problem or the steps to reproduce>Bug

minashokry: adding JavaME Platform




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mobility.plugins.microemulator.MicroemulatorPlatformConfigurator.isPossiblePlatform(MicroemulatorPlatformConfigurator.java:127)
   at org.netbeans.modules.mobility.cldcplatform.wizard.FindPanel$Badger.isPossibleJ2MEPlatform(FindPanel.java:250)
   at org.netbeans.modules.mobility.cldcplatform.wizard.FindPanel$Badger.isPlatformDir(FindPanel.java:242)
   at org.netbeans.modules.mobility.cldcplatform.wizard.FindPanel$Badger.getBadge(FindPanel.java:210)
   at org.openide.filesystems.FileChooserBuilder$BadgeIconProvider.getIcon(FileChooserBuilder.java:631)
   at org.openide.filesystems.FileChooserBuilder$CustomFileView.getIcon(FileChooserBuilder.java:653)
Comment 1 falcon1000 2013-07-21 02:42:59 UTC
Created attachment 137496 [details]
stacktrace
Comment 2 Roman Svitanic 2013-07-22 07:35:55 UTC
This is a problem in a third-party plugin. Support for Java ME and ME SDK itself is available for Windows only.