Run, Debug and Build J2ME Polish Projects

When you have set up a new J2ME Polish project in NetBeans you can run, debug and build the project using the normal NetBeans options.

Changing the Target Device

The current target device will be shown at the top of the editor window. Just select a different device for running and debugging your application with it.

Running a J2ME Polish project

For running your application hit the F6 key or select Run > Run Main Project. When working with several projects you might need to right-click your project and select "Set Main Project".

Debugging a J2ME Polish project

For debugging your application hit the F5 key or select Run > Debug Main Project. When working with several projects you might need to right-click your project and select "Set Main Project".

Building a J2ME Polish project

For building your application for all target devices hit the F11 key or select Build > Build Main Project. When working with several projects you might need to right-click your project and select "Set Main Project".

Changing J2ME Polish Settings

For the moment you need to edit the build.xml script to edit J2ME Polish settings. You will find this file in the Files window on the left side within NetBeans. Alternatively select Window > Files for opening it.