Java VM Best choice for windows CE [closed]

被刻印的时光 ゝ 提交于 2019-12-12 19:13:35

问题


What is, currently, the best choice to run MIDP applets in a Windows CE based System?


回答1:


We use IBM's J9 JVM on Win CE. You don't have to be an IBM ISV Partner to get it. You can buy it from IBM partners like the one we use. Here is a link to Microdoc's site showing the platforms where the J9 JVM is available. http://www.microdoc.com/products/certified-me-runtimes. We've been very happy with J9.




回答2:


I believe the ONLY choice available to you is SuperWaba/TotalCross.

WebSphere Micro Edition might also be available to you if you're an IBM ISV Partner.




回答3:


In my experience IBM's J9 is the best - I've used it to support MIDP/CDC apps, but the profile/configuration combinations supported include MIDP and Personal Profile, and both CLDC and CDC Foundation.

In contrast to other opinions, there is not a single choice of VM if you Google around. But I went for J9 because it proports to follow proper Java compatibility, unlike SuperWaba that is basically a Java variant so your 'Java' apps would be less portable.



来源:https://stackoverflow.com/questions/1514252/java-vm-best-choice-for-windows-ce

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