How to run J2ME MIDlet programs in JCreator IDE?
I think it's not possible !!
develop a j2me project then test it with j2me platform
but jcreator by default doesn't support j2me application!!!
You can import the Project in to any one of these IDEs:
Eclipse IDE for JAVA ME
Java Netbeans IDE
Related
I have craeted a standard java application and want run it to android studio. Is this possible without changing in the java code ?
Android is not 100% pure Java codes. you might able to run it with few modifications. for example GUI System is different. You cant use j2EE .
refer to android official guide to learn android APIs -https://developer.android.com/reference/org/w3c/dom/Document.html
I have a libGDX project(which is also desktop compatible) and would like to export its desktop application to a JAR file, to run it like a standalone application. How can I do this with use of Android Studio?
Your LibGDX projects are still gradle-based, whatever IDE you are using.
Thus you can use Gradle on the Commandline to package your application.
For desktop you do this via gradlew desktop:dist. After that the resulting runnable jar file will be in desktop/build/libs/.
We have a C++ desktop application with a old MFC GUI and now we want to have a more modern touch GUI. We would like to use the Windows Metro App style.Is there any Windows native C++ Metro GUI library for desktop application like the C# Mahapps library for WPF?
Qt c++ libs will be your need. Please check this http://www.qt.io/ide/
Trying to develop a J2ME application, but I am unable to configure J2ME in Eclipse (Juno) with Java ME SDK v. 3.2. The emulator will not even run with NetBeans 7.2. How can I get this configured properly?
I do not know exactly why, but MTJ does not run with Juno. If you like Eclipse try it with Indigo.
do the following steps:
go to help->install new software
click on add tab
in the name text field give "eclipse me update site"
in the url give "http://eclipseme.org/updates"
install the software
then you can find j2me installed in your eclipse juno
now integrating sun wtk emulator with juno
1.go to file ->new ->project->j2me
2.next we need to import devices for running midlets
3.click on the import tab
specify the path for the wtk
click refresh button select the devices
4.try to build an midlet applications
Hi I am developing application in android . But I am new to develop J2ME Application .I have a doubt that where will be emulator available to run the application .I mean that where can i download the emulator and where can i install .Pls Help me
To build an application in android you do not require J2ME but Android SDK.
You have to download WTK and install it. Then you can set up WTK Emulator as external tool in Eclipse to run your application. But there is a version of Eclipse for mobile application development: Eclipse Pulsar. It will much easier to use Pulasr instead of setting usual version of Eclipse.