views:

249

answers:

3

Hi Guys

How can I write a java application with Pocket Pc?

could you please suggest me an IDE and JDK for PPC?

I want write java applications with PPC's keyboard for example in travel.

for example HyperEdit is an IDE for HTML.

Thanks a lot ...

My PPC : Xperia X1 
My OS  : WindowsMobile 6.1 
My Cpu : 528 Mhz
+1  A: 

Take a look at eclipse

JonH
A: 

Eclipse, NetBeans, IntelliJ IDEA - the three top-options. I have run them successfully on pretty low configurations (333 MHz for instance), without too many headaches.

But honestly, I don't think you should be programming on that.

Update: You can take a look at eclipse4edu - an educational, stripped-off version of Eclipse.

To add more - "IDE" means "Integrated Development Environment". If you want to have a full-featured IDE, well, it has requirements. If you want an editor - go for JCreator or BlueJ.

Bozho
come on man!!! Intellij Idea on PPC???could you please get me a link?
Mike Redford
I have run it on Pentium I 333 MHz, Win98, "back then". You shouldn't be concerned before you see actual problems.
Bozho
Yes, but Where can I download a lite IDE version for PPC?
Mike Redford
I didn't say there is a light version. the MHz is enough for the full version. And I don't know how much ram you have.
Bozho
Qualcomm MSM 7200 528 MHz processor,256 MB RAM, 512 MB ROM
Mike Redford
Windows Mobile Is Completely different with PC Windows!!!
Mike Redford
These IDEs are mainly Java. So just try them to see if they go. As I explained you won't find a "mini" IDE - it's an oxymoron.
Bozho
A: 

Eclipse is pretty good

http://www.eclipse.org

Kevin