answersLogoWhite

0

How do you run j2me program in netbeans?

Updated: 8/17/2019
User Avatar

Wiki User

11y ago

Best Answer

you cannot do it.

[Creator:NetBeans IDE 7.1.2]

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run j2me program in netbeans?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the structure of a J2ME program?

<J2ME> //Begin the body of the program here <Midlet> //This is where the midlet code goes </start-app> </pause-app> </destory-app> </midlet> </J2ME>


What is Netbeans?

Netbeans Link


Can perl scripts be run using Netbeans?

Try using the link in the related links.


Which field has more opportunities j2me or dot net?

dot net for sure. dotnet is an overall term for C#, VB.Net, C++, J#, ASP.Net, etc. The applications are from web applications down to compact framework. The compact framework (run on Window CE) is the equivalent of J2ME (run on some PDAs only). But if J2SE or J2EE, it would be a wash. If you compare the job opportunities in Canada (the .net) to that of Chicago (the J2ME)... but if you compare Toronto (Window CE) and Chicago (J2ME)...


How do you install Netbeans on Windows 8?

Netbeans provides installers for all major platforms including Windows (both 32-bit and 64-bit). Download the appropriate installer and then run it.


How do you add import packages to a java program in netbeans?

package thisPackage; import otherPackage.*; class myClass { }


How large is the Netbeans download?

The Netbeans download is 309.4 MB. It is written in Java so it can be run on any operating system such as Mac OS, Windows, Linux and Solaris. It is free to download from Softonic.


Is NetBeans a framework?

No, Netbeans is an integrated development environment (IDE).


How do you create and execute a java program?

You can create a Java program by writing it in any text editor - for example Notepad, or Notepad++. You can compile it with the "javac" command, and, if it compiles without errors, run it with the "java" command. Or better, simplify your life by installing an IDE (integrated development environment), such as Netbeans or Eclipse.


Can128Mega bytes ram run a program of the size 1Giga bytes?

Program size is not related to system memory usage. Final Fantasy VII for the PC, for instance, needed 1.5 GB of space, yet could run in just 32 MB of RAM. By comparison, NetBeans (an integrated development environment) requires 815 MB of space and 512MB of RAM.


How do you insert a picture from netbeans 6.5?

By using the html code we can able to insert the imagein netbeans.


How do we add the C plus plus category in Netbeans?

To use C++ in Netbeans you will need a C++ compiler.