Use to create a new standard Java ME Embedded project with a MIDlet.
Element | Description |
---|---|
Project Name |
Specifies the display name of the project. This name is also used to create the project folder. |
Project Location |
Specifies the folder where you want to store the project metadata and source code. |
Project Folder |
Specifies the folder where you want to store the project metadata and source code. The resulting Project Folder field shows the root project directory that contains folders for your sources, build and properties files, compiled classes, and so on. The Project Folder is a concatenation of the project location and the project name. |
JDK Path |
Specifies the target JDK. |
Java ME Platform |
Specifies the location of the folder containing Java ME platform. Click Manage Platforms to add new platforms. |
Device |
Specifies the device (an emulator or an external device) which is used for the execution of the built application. |
Configuration |
Determines the device configuration, affects the project's classpath. |
Profile |
Determines the device profile, affects the project's classpath. |
Use Dedicated Folder for Storing Libraries |
When selected, you can specify a Libraries Folder where required compilation libraries are stored. |
Create Midlet |
Specifies the package and name of the MIDlet. |
When you click Finish, the project is created on your computer and opened in both the Projects window and the Files window.
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |