如何从 NetBeans 直接在移动设备上运行 J2ME 应用程序?

发布于 2024-12-17 06:03:02 字数 212 浏览 3 评论 0原文

我可以像从 eclipse 直接在移动设备上运行 Android 应用程序一样直接在移动设备上运行 J2ME 应用程序吗?我只是想避免在模拟器上运行它。就像在模拟器中一样,它给出了一些错误,我无法解决它。

哪个模拟器和 NetBeans 版本最适合开发 J2ME 应用程序?

PN:我是 J2ME 的新手,因为我是 Android 开发人员。

Can I run J2ME application on mobile directly the way we can run an Android application directly on the mobile from eclipse? I just want to avoid to run it on the emulator. As in the emulator it is giving some error and I can't solve it.

And also which is the best suitable emulator and NetBeans version to develop J2ME application?

PN: I am new to J2ME as I am Android Developer.

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

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

发布评论

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

评论(1

花开半夏魅人心 2024-12-24 06:03:02

我假设您的项目可以正确编译。如果是这样,您可以按照以下步骤操作:

在 Netbeans 中,右键单击您的项目,然后单击“构建”。现在导航到存储项目的目录并转到名为“dist”的文件夹。在其中,您将找到一个带有您的项目名称的 JAR 文件。将其复制到您的手机并执行它。

您还可以使用 Sun Java Wireless Toolkit 附带的模拟器。这是相当不错的。

I am assuming that your project correctly compiles. If it does, you can follow the following steps:

In Netbeans, right click your project and click on 'Build'. Now navigate to the directory where your project is stored and go to the folder called 'dist'. In that, you will find a JAR file with the name of your project. Copy that to your cellphone and execute it.

And you can use the emulator which comes with the Sun Java Wireless Toolkit. It's pretty decent.

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