Top "Java-me" questions

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

How to send and receive SMS in java?

I want my Java application to send and receive SMS without using any additional hardware devices and it must be …

java java-me sms sms-gateway smslib
Providing Java library, but hiding some classes

I am developing an application in Java ME that I want to provide as a library. Is there no way …

java java-me
How do I uninstall Java ME SDK from Windows 7 x64?

I try to uninstall Java ME SDK from Windows 7 x64, but it doesn't work for me. If I choose Uninstall …

java-me uninstallation
TextField not updating dynamically

this is a really simple code in which text on a button is copied to a TextField. The code works …

java swing java-me lwuit
Stop thread and again start giving IllegalThreadStateException in blackberry

I am getting IllegalThreadStateException exception when using following code: I have already started this thread once(by using thread.start()) …

java multithreading blackberry java-me
Parse XML file on BlackBerry

I want to know how to parse XML data on a BlackBerry. I read somewhere that JSON is good method …

xml blackberry java-me sax kxml
Loading image in Java J2ME

I have a problem with loading image with java 2ME. I have a image file "picture.png" in location drive "…

java java-me midp lcdui
connect to non-discoverable bluetooth device

I am developing an app for android. Just a general questions as to , if is it possible to connect to …

android java-me bluetooth
How do I split strings in J2ME?

How do I split strings in J2ME in an effective way? There is a StringTokenizer or String.split(String …

java algorithm string java-me
Is there any option for local database like Sqlite for j2me - CLDC devices?

Is there any option for local database like Sqlite for j2me - CLDC devices? PerstLite and OpenBaseMovil are both …

database java-me cldc