Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>JavaME platforms are made up of a <em>profile</em> and a <em>configuration</em>. Most mobile phones use some combination of the <a href="http://java.sun.com/products/midp/" rel="nofollow noreferrer">Mobile Information Device Profile</a> (MIDP) and the <a href="http://java.sun.com/products/cldc/" rel="nofollow noreferrer">Connected Limited Device Configuration</a> (CLDC).</p> <p>The LG MG280 you are interested in uses MIDP-2.0 and CLDC-1.1, which is pretty standard. </p> <p>To get started with development you'll probably want to be using the <a href="http://java.sun.com/products/sjwtoolkit/" rel="nofollow noreferrer">Sun Java Wireless Toolkit</a> (frequently abbreviated to SJWT or WTK). Or, if you are a windows user, you can use the (newer) <a href="http://java.sun.com/javame/downloads/sdk30.jsp" rel="nofollow noreferrer">JavaME SDK 3.0</a>. This gives you tools needed to compile/package applications and an emulator which lets you run/debug application on a desktop computer.</p> <p>There are numerous tutorials available online. Here's a few to get you started:</p> <ul> <li><a href="http://today.java.net/pub/a/today/2005/02/09/j2me1.html" rel="nofollow noreferrer">http://today.java.net/pub/a/today/2005/02/09/j2me1.html</a></li> <li><a href="http://developers.sun.com/mobility/midp/articles/wtoolkit/" rel="nofollow noreferrer">http://developers.sun.com/mobility/midp/articles/wtoolkit/</a></li> <li><a href="http://developers.sun.com/mobility/learn/" rel="nofollow noreferrer">http://developers.sun.com/mobility/learn/</a></li> <li><a href="http://www.developer.com/java/j2me/article.php/1561591" rel="nofollow noreferrer">http://www.developer.com/java/j2me/article.php/1561591</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload