Windows Mobile 6 J2SE-scale JVM implementation

橙三吉。 提交于 2019-12-22 14:55:46

问题


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.


回答1:


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#.




回答2:


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.




回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/76214/windows-mobile-6-j2se-scale-jvm-implementation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!