javax.microedition 包文档

发布于 2024-12-29 02:21:06 字数 113 浏览 0 评论 0原文

我必须设计一个移动应用程序作为我的迷你项目。我在 java 文件夹中找不到 javax.microedition 的文档。我尝试在网上搜索,但所有网站的信息都很模糊。我需要这个包裹的正确细节。我在哪里可以找到它?

I have to design a mobile application as my mini project. I cannot find the documentation of javax.microedition in my java folder. I tried searching it online, but all the websites have vague information. I need proper details of this package. Where can I find it?

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

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

发布评论

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

评论(1

走野 2025-01-05 02:21:06

尝试在网上搜索,但所有网站的信息都很模糊

您尝试过不同的搜索引擎吗?当我觉得我通常喜欢的引擎不起作用时,我总是会切换到替代引擎。

不知道您的情况是否如此,但对我来说,搜索“javax.microedition package”的结果完全不同,具体取决于引擎。虽然一个引擎(“好”)在第一页的顶部给了我一个所需的链接,但另一个引擎却把它埋在了第七页(“坏”,非常糟糕)。

https://i.sstatic.net/N2yOQ.jpg

无论如何,SDN 移动参考常见问题解答 - J2ME 中有非常详细且准确的答案包装清单

问题

J2ME环境中定义了哪些包名称?

回答

J2ME 环境引入了许多 Java 包。这些几乎全部放置在 javax.microedition 包中。少数例外是也可以在 Java 平台的一个或多个其他版本中使用的技术。例如,由于您可能在 J2ME 或 J2SE 中使用蓝牙技术,因此蓝牙规范 (JSR 82) 的 Java API 使用包名称 javax.bluetoothjavax.obex .

该表显示了 J2ME JSR 指定的包名称,由 Java 社区进程 (JCP) 定义。它包括...

...如果您对更多详细信息感兴趣,请继续阅读上面的链接

tried searching it online, but all the websites have vague information

Did you try different search engines? I always switch to alternative engine when I feel that one I usually prefer doesn't do the trick.

Don't know if your case but to me results of search for "javax.microedition package" were totally different depending on engine. While one engine ("good") gave me a needed link at the top of the very first page, another had it buried at 7th page ("bad", really bad).

https://i.sstatic.net/N2yOQ.jpg

Anyway, there's pretty detailed and accurate answer at SDN Mobility Reference FAQ - J2ME Package Listing:

Question

What package names are defined in the J2ME environment?

Answer

The J2ME environment introduces a number of Java packages. These are almost exclusively placed into the package javax.microedition. The few exceptions are technologies that could be used in one or more other editions of the Java platform as well. For example, because you might use Bluetooth technology in either J2ME or J2SE, the Java APIs for Bluetooth specification (JSR 82) uses the package names javax.bluetooth and javax.obex.

The table shows the package names specified by the J2ME JSRs, as defined by the Java Community Process (JCP). It includes...

...continue reading at above link if you're interested in more details

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