up vote 0 down vote favorite
share [g+] share [fb]

Can someone recommend me some Smartphones that I can run my Java application on?

I basically have a Swing/Java application that I got working on my desktop, and want to try running it on a smartphone (for the first time). What is the process necessary? Ideally, I dont want to change any of my code.

link|improve this question

53% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Java on a SmartPhone will be Java ME not Java SE.

There is no full support Swing in Java ME so you'll have to rewrite your application to run it on a phone. The closest you've got is AGUI (JSR-209).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.