No midp20.jar in J2ME SDK 8.3

走远了吗. 提交于 2019-12-11 06:09:30

问题


I downloaded Oracle Java ME SDK 8.3 for Ubuntu Linux.

To create Java midlets I need the midp api which was supposed to be in lib directory. Currently I am having just these files in lib directory

Has Oracle stopped support for J2ME mobile devices ?


回答1:


Haven't looked into it too much, but I'm fairly sure you just need SDK 3.4 The problem is that JavaME isn't just one thing. Most people think "cellphones" (MIDlets) when they hear JavaME, but it's actually a lot of other things too, like for example Blu-ray Disc Java (BD-J Xlets) or apps for office hardware like printers (also Xlets, but yet again a different API).

Seems to me that SDK 8> just focuses on Xlet development, while SDK <8 focuses on MIDlets. No point in making new SDK's for MIDlet development when there are no new MIDP API's.



来源:https://stackoverflow.com/questions/43254494/no-midp20-jar-in-j2me-sdk-8-3

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