jme

java games with maximum portability

i want to program a simple java game, what should i consider to make it maximal portable? i'm pretty new to java, which grafik and rendering libraries should i use to make it easyly portable to mobile java (for mobile phones)? i can't develop it directly for mobile java, because i also need a pc version. or should i jast develop strait f...

Connecting to any URL: java.io.IOException TCP Open

Hi all ! I have a midlet that reads some bytes from google to test, it runs ok on my nokia and sony ericsson cellphones but in "Samsung GT-E2120L cellphone it doesn't work, I get "java.io.IOException TCP Open" Exception when I try to get the connection response code HttpConnection conn = (HttpConnection) Connector.open("http://www.go...

How to create HTTPClient in blackberry

I am creating connection through httpclient. But blackberry does not support java httpclient class. Please send me code to create connection through httpclient to server. ...

How should I handle the key events in J2ME?

How should I handle the key events for CustomItem in J2ME? ...