javax.microedition 包文档
我必须设计一个移动应用程序作为我的迷你项目。我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过不同的搜索引擎吗?当我觉得我通常喜欢的引擎不起作用时,我总是会切换到替代引擎。
不知道您的情况是否如此,但对我来说,搜索“javax.microedition package”的结果完全不同,具体取决于引擎。虽然一个引擎(“好”)在第一页的顶部给了我一个所需的链接,但另一个引擎却把它埋在了第七页(“坏”,非常糟糕)。
无论如何,SDN 移动参考常见问题解答 - J2ME 中有非常详细且准确的答案包装清单:
...如果您对更多详细信息感兴趣,请继续阅读上面的链接
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).
Anyway, there's pretty detailed and accurate answer at SDN Mobility Reference FAQ - J2ME Package Listing:
...continue reading at above link if you're interested in more details