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

Summary: NullPointerException at org.netbeans.modules.mobility.plugins.microemulator.MicroemulatorPlatformConfigurator.isPossiblePlatform
Product: third-party Reporter: falcon1000
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: minashokry
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 149229
Attachments: stacktrace

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.