编译和执行J2ME程序所需的软件
我想知道J2ME程序需要哪些软件
我有 JDK 1.6.0
我现在不想使用 IDE。
I want to know the required software which is needed for J2ME programs
I am having the JDK 1.6.0
I do not want to use an IDE at this moment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
现在您需要安装 J2ME Wireless Toolkit,
看看这个教程:J2ME 教程
Now you need to install the J2ME Wireless Toolkit,
Have a look at this tutorial : J2ME Tutorial
如果您不想使用 IDE,那么您只需要来自 oracle 的移动 sdk 来编译您的 midlet,可在此处获取:http://www.oracle.com/technetwork/java/javame/javamobile/download/overview/index.html
我强烈建议您切换到类似于 Netbeans for J2ME 的 IDE,因为它会让您更轻松地运行/测试和部署移动应用程序
If you don't want to go with the IDE then you only need mobile sdk from oracle for compiling your midlets avaliable here: http://www.oracle.com/technetwork/java/javame/javamobile/download/overview/index.html
I would strongly encourage you to switch into IDE like Netbeans for J2ME as it would get much easier for you to run/test and deploy your mobile applications
J2SDK1.6.0
Eclipse 3.7:最好的 Java IDE 之一 ;-)
J2ME 无线工具包 2.5
EclipseME 1.7:帮助开发 J2ME 代码的 Eclipse 插件
ProGuard 4.7:类文件压缩器和混淆器。
J2SDK1.6.0
Eclipse 3.7: one of the best Java IDE ;-)
J2ME Wireless toolkit 2.5
EclipseME 1.7: Eclipse plugin to help develop J2ME code
ProGuard 4.7: class file shrinker and obfuscator.