使用 Eclipse 在 BlackBerry 上部署 J2ME midlet
我有一个小的 J2ME midlet 程序,它在带有 J2ME 插件的 eclipse 中运行良好。我想使用 eclipse 在 BlackBerry 上部署相同的内容。但我找不到任何相同的资源。我有一个使用 Websphere studio 设备开发人员 IDE 执行此操作的教程。我也找不到它的免费下载链接。任何人都可以建议如何使用 Eclipse 实现此部署?如果没有,Websphere studio 可以免费使用吗?
I have a small J2ME midlet program and it is running fine in eclipse with J2ME plugin. I want to deploy the same on BlackBerry using eclipse. But I cant find any resource for the same. I have a tutorial doing this using Websphere studio device developer IDE. I cannot find its free download link either. Anyone can suggest how to achieve this deployment using Eclipse? If not, is Websphere studio available for free?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以安装 BlackBerry Plugin for Eclipse 并创建新的 BlackBerry 项目,从 J2ME 项目复制或导入现有源代码,然后使用插件调试应用程序并将其部署到 BlackBerry 模拟器或设备。
You could install the BlackBerry Plugin for Eclipse and create a new BlackBerry project, copy or import your existing source from the J2ME project and then use the Plugins debug and deploy your application the the BlackBerry simulator or device.