Netbeans and JavaME

Asked by Tan Kah Ping

Netbeans IDE is supposed to come with JavaME support. Does the netbeans package in Ubuntu 9.10 come with this support? What package(s) would I need to install other than the default netbeans package?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu netbeans Edit question
Assignee:
No assignee Edit question
Solved by:
Vikram Dhillon
Solved:
Last query:
Last reply:
Revision history for this message
Best Vikram Dhillon (dhillon-v10) said :
#1

I strongly recommend not to download anything from the repositories, to
install java, do this:

sudo apt-get install sun-java6-jdk sun-java6-plugin sun-java6-jre

That should be enough and now you can just download Netbeans from its website
and install it. Its usually

sudo sh netbeans_filename.sh

--
Regards,
Vikram Dhillon

On Sunday 22 November 2009 01:35:30 am Tan Kah Ping wrote:
> New question #91223 on netbeans in ubuntu:
> https://answers.launchpad.net/ubuntu/+source/netbeans/+question/91223
>
> Netbeans IDE is supposed to come with JavaME support. Does the netbeans
> package in Ubuntu 9.10 come with this support? What package(s) would I
> need to install other than the default netbeans package?
>

Revision history for this message
David Jones (dj) said :
#2

        this is what worked for me http://sites.google.com/site/easylinuxtipsproject/java
  Follow direction exactly and it will load and work.

David
in TN

Revision history for this message
Tan Kah Ping (kahping) said :
#3

Thanks Vikram, that solved my question.