Top "Java-me" questions

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

java.net.SocketException: Software caused connection abort: socket write error

I am trying to send an image from a Java desktop application to a J2ME application. The problem is …

java networking java-me
How to trim the whitespace from a string?

I am writing this function for a J2ME application, so I don't have some of the more advanced / modern …

java java-me
Some input files use or override a deprecated API

I just downloaded the new LWUIT 1.5 and when I compiled my project then I saw in the output trace these …

java java-me lwuit java-wireless-toolkit
How to parse string containing negative number by j2me api?

I have a string which has numbers. I have to parse this string and store these numbers in int, float, …

java string java-me
Image rotation algorithm

I'm looking for an algorithm that rotates an image by some degrees (input). public Image rotateImage(Image image, int degrees) (…

algorithm optimization java-me image-manipulation midp
.jar file is not install on the samsung mobiles but install on the nokia

I am facing a very strange problem that my J2ME application .jar file is downloaded normally on the Nokia …

java php java-me jar installation
Java Convert Object[] Array to Vector

What's the best way to convert an Object array to a Vector? JDE < 1.5 public Vector getListElements() { Vector myVector = this.…

java arrays java-me vector
Can we run Java applications on iPhone?

Can we run or develop apps for iPhone in Java? Have a look to these links and answer: http://www.…

java iphone java-me j2mepolish
Error: Cannot run program "jar": CreateProcess error=2, The system cannot find the file specified

When I run my BlackBerry project in Eclipse, I get the following error: Error: Cannot run program "jar": CreateProcess error=2, …

eclipse blackberry java-me jar
J2ME VS Android VS iPhone VS Symbian VS Windows CE

I have very little idea about mobile platforms, though I am interested to program for them. Would you please compare …

iphone android java-me windows-ce symbian