Top "Java-me" questions

Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems.

Extract source code from .jar file

Is there a way to extract the source code from an executable .jar file (Java ME)?

java jar java-me decompiling
Convert a JSON string to object in Java ME?

Is there a way in Java/J2ME to convert a string, such as: {name:"MyNode", width:200, height:100} to an …

java json java-me serialization
How Long Does it Take to Learn Java for a Complete Newbie?

I have absolutely no programming experience but need to learn Java - enough to take a J2ME fasttrack course. …

java java-me
Difference between Java SE/EE/ME?

Which one should I install when I want to start learning Java? I'm going to start with some basics, so …

java jakarta-ee java-me
How do I convert between ISO-8859-1 and UTF-8 in Java?

Does anyone know how to convert a string from ISO-8859-1 to UTF-8 and back in Java? I'm getting a …

java java-me utf-8 character-encoding iso-8859-1
Android how to get access to raw resources that i put in res folder?

In J2ME, I've do this like that: getClass().getResourceAsStream("/raw_resources.dat"); But in android, I always get null …

android java-me resources inputstream android-resources
J2ME/Android/BlackBerry - driving directions, route between two locations

On Android 1.0 there was a com.google.googlenav namespace for driving directions: Route - Improved Google Driving Directions But in …

android blackberry java-me geolocation driving-directions
Difference between volatile and synchronized in Java

I am wondering at the difference between declaring a variable as volatile and always accessing the variable in a synchronized(…

java multithreading java-me synchronized volatile
Java Http Client to upload file over POST

I'm developing a J2ME client that must upload a file to a Servlet using HTTP. The servlet part is …

java http servlets file-upload java-me
how to get selected item of combo box

i'm using lwuit with j2me . how to get combo box selected item or index? i found the function for …

java-me combobox lwuit