Question

Does anybody have experience of a decent J2SE (preferably at least Java JDK 1.5-level) Java Virtual Machine for Windows Mobile 6? If you know of any CLDC VMs, I'm also interested because even that would be better than what we currently have for the platform.

Was it helpful?

Solution

Yes, I've tried doing things with Java on Windows Mobile. I tried really hard. The best advise I can give you is: Stop right now, and start using .NET Compact Framework.

Anyway, the two 'good' JVMs for WM are IBM-J9 and NSICom Creme, which still are both terribile to work with. You've already seen Creme - IBM-J9 isn't much better. They are slow, clumsy, not native looking and hard to install for end users. Also don't ever think of doing exotic things like dialing a phonenumber or even launching another application. If you really want to try, there's an evaluation version of J9 available here. (which is identical to the full version).

I'm not against Java in any way, but on Windows Mobile i recommend saving the trouble and using C#.

OTHER TIPS

Honestly I searched a while and there no decent JVM for windows mobile. The best bet I think is this : http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html but it's JDK 1.3 compliant the last time I checked.

You might also look at Skelmir's CEEJ. It's been several years since I used it, but even then I was impressed with their code coverage and especially the performance.

Please check the following like, this is a J2SE compatiable JVM for WM5/WM6:

http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top