Adding JARs to your netbeans project for jpedalME
setup netbeans and create a project as specified here
checking the JARs on your classpath
- Right click on the project and select 'properties'.
- Select 'Platform' in the left box.
- You should see this window
- Click 'Manage Emulators'
- this window then appears
- Make sure the CDC Java platform Micro Edition is selected on the left.
- cdc_1.1.jar
- fp_1.1.jar
- pbp+1.1.jar
- agui_1.0.jar
and in the classes you should see the following jars:
- click 'Add JAR/Folder' on right
- then you have to find the jars, which is installed with java me platform sdk located here http://java.sun.com/javame/downloads/index.jsp
this usually installs to 'c:\Java_ME_platform_SDK_3.0' so lets go to that directory. - then go to 'lib'
- now you see all the jars we listed and many more.
- for definitions on what each jar file addes to java ME, please go to http://jcp.org/en/jsr/platform?listBy=1&listByType=platform
- now select all that you need and click 'Classes' to add them to your project.
? If these are all there then click close and you are good to go.
? If one of these is NOT there then add it as follows:









