哪些移动操作系统支持 J2ME?

发布于 2024-08-17 02:58:41 字数 216 浏览 5 评论 0原文

我的任务是使用 WURFUL 来确定移动浏览器是否能够下载我公司开发的 J2ME 应用程序。

我首先想到我可以使用“device_os”标签并通过它进行过滤,但是,我不确定 J2ME 操作系统的完整列表是什么......有什么想法吗?

我被告知没有 MIDP 要求,并且该应用程序将在任何支持 J2ME 的手机上运行(有两个特定的分辨率,我已经知道如何查询)

提前致谢。

I've been tasked with using WURFUL to determine whether or not a mobile browser is capable of downloading a J2ME app developed by my company.

I first thought I could use the "device_os" tag and filter by that, however, I'm unsure what the complete list of J2ME OS's are... any ideas?

I've been told there are no MIDP requirements, and that the application will run on any J2ME-supported handset (with two specific resolutions, which I already know how to query)

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

久伴你 2024-08-24 02:58:41

没有办法知道所有支持 J2ME 的操作系统。主要是因为大多数功能手机都配备了您可能以前从未见过的专有操作系统。最好尝试识别手机型号并确定它是否支持 J2ME。

另一件事是,您可能想知道特定手机支持哪些 JSR。我不知道您的应用程序,但可能您正在使用一些可选的 JSR,某些手机不支持这些 JSR,尽管它们具有基本的 J2ME 支持。

Java ME SDK 3.0 包含受支持设备的数据库。还有其他网站提供此类信息。 J2ME Handsets 网站就是一个例子。

如果您只需要覆盖多种手机,那么您应该包括 Symbian S60、S40、Windows Mobile、Blackberry 和 Android。

There is no way to know all the OSes that support J2ME. Mainly because most feature handset comes with a proprietary OS which probably you have never seen before. It is a better idea try to identify the handset model and decide if it supports J2ME or not.

Another thing is, you may want to know which JSRs are supported by a specific handset. I do not know your application but probably you are using some optional JSRs that are not supported by some handsets although they have basic J2ME support.

Java ME SDK 3.0 includes a database of supported devices. Also there are other web sites that provides these kind of information. One example to those would be this J2ME Handsets web site.

If you are fine with just covering a large range of phones, you should include Symbian S60, S40, Windows Mobile, Blackberry and Android.

沫离伤花 2024-08-24 02:58:41

塞班
赢得暴民
安卓
几乎所有索尼爱立信手机都

支持 j2me,恕我直言,您不必担心有多少手机支持 j2me,因为大多数手机都支持它。

Symbian
Win Mob
Android
Almost every Sonyericsson phones

IMHO you don't have to worry about how many handsets support j2me because majority of the phones support it.

云淡月浅 2024-08-24 02:58:41

至少塞班和安卓是这样。

At least Symbian and Android.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文