views:

166

answers:

3

Ok, I have Netbeans 6.7.1 installed with the default Java SDK. I'm using Linux Mint.

Now I'm told that I have to download Java Platform Micro Edition Software Development Kit 3.0

So, should I download this? And once I download and install this in Linux, what do I have to install for Netbeans so I can create a Mobile Application? I'm fairly new to this environment so please any advice is welcome! :)

+1  A: 

I think this only applies if you download a version without JavaME modules. If you download the version with JavaME modules, you don't have to do this. The provision is to allow you to install multiple versions of the emulator (including Nokia's) and work with them.

If you have downloaded a version of NetBeans without ME, then do this 1. Download the JavaME SDK and install that eg. /opt/java/javame 2. Install ME modules in NetBeans. Tools -> Plugins -> Installed and activate JavaME 3. Add the SDK in NetBeans Tools -> Java Platforms -> Add Platform -> Java ME Platform Emulator and follow the instructions

I'm using NB 6.8 BTW.

Chuk Lee
+1  A: 

In NetBeans, go to the "Tools/Plugins" menu, then in the "Available plugins" tab, select the plugins which are part of the "Java ME" category. now click "instal"... NetBeans will take care of downloading, installing and configuring everything for you.

Adrien Plisson
+1  A: 

Simply go to: http://netbeans.org/downloads/ and download the version that comes with JAVA ME support. Then install it, and you are ready to go :)

And no, you shouldn't download JAVA ME SDK 3.0 since it is not supported in linux. sigh

Hope that it helps.

I've written a short tutorial on how to set up a mobile application development environment in ubuntu, since you're using mint the setup will be almost the same

matyas