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 119137

Summary: "Run with" shows only CLDC platforms
Product: javame Reporter: Lukas Hasik <lhasik>
Component: Build SystemAssignee: Petr Suchomel <psuchomel>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Lukas Hasik 2007-10-16 22:40:10 UTC
-the dialog should show all "mobility" platforms
Comment 1 Adam Sotona 2007-10-17 09:07:48 UTC
This feature was designed for CLDC only.
The CDC platforms do not support "quick" execution, they mostly require at least partial rebuild.
Implementation of such enhancement would result in malfunctions when executed with different CLC platform then the
project was built.
I would recommend to disable this action for non-CLDC platforms instead.