IntelliJ Community . JavaTwoMicroEdition

 
JavaTwoMicroEdition 

HOME INDEX SEARCH CHANGES GO  

.

JavaTwoMicroEdition is "a highly optimized Java runtime environment, J2METM technology specifically addresses the vast consumer space, which covers the range of extremely tiny commodities such as smart cards or a pager all the way up to the set-top box, an appliance almost as powerful as a computer." (taken from SUN Microsystems web) For more see http://java.sun.com/j2me/

-- PavlinZahariev - 14 Dec 2002

Question: How should I define my Target JDK in IDEA 3.0 when doing J2ME development? Shouldn't the classes, which come in WTK as lib\midpapi.zip be what IDEA needs? Trying to define a new target JDK always lead to the error message "The directory selected is not valid JDK home". I tried WTK installation directory and its subdirectory lib.

-- UweGeuder - 07 Feb 2003

Answer: Create new target JDK using JDK 1.3 and remove all *.jar files from it. Than add there archive with MIDP classes, for example from WTK`s lib\midpapi.zip. For compiling and running emulator read this article: http://wireless.java.sun.com/midp/articles/ant

-- AlexeyEpishkin - 19 Feb 2003

Hi, if you use JtoMESupport plugin you do not need to set target JDK, because you can build, deploy and run your midlets from the plugin toolbar. Alternativelly you can set target JDK to the one you prefer. You may however want to add midpapi.zip to your project's classpath. Otherwise your code will start flashing as IDEA is suggesting importing classes etc.

-- PavlinZahariev - 20 Feb 2003

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.