无法创建新的黑莓项目
基本上我使用 eclipse 并且安装了黑莓的插件,但是即使知道我是否转到 about 并且它被列为已安装,我也无法创建新项目,也无法打开透视图。在新项目菜单中找不到它。我只是按照这里的内容进行操作:
http://us.blackberry.com/developers/javaappdev /javaplugin.jsp
我还需要做些什么吗?
Basically I use eclipse and I installed the plugin for blackberry, however even know if I go to about and it is listed as installed, I cannot create a new project, or open the perspective either. It's nowhere to be found in the new project menu. I just followed what was on here:
http://us.blackberry.com/developers/javaappdev/javaplugin.jsp
Is there something else I need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我也有同样的问题。
I have the very same problem.
使用文件->创建新项目并在里面选择 Blackberry Project。请注意,您应该使用 Eclipse 的 BlackBerry 插件来执行此操作
Use file -> create new project and inside choose Blackberry Project. Note that you should use the BlackBerry plugin for eclipse to do that
下载 Eclipse 和 Blackberry 安装包,然后就可以开始了。它将两者结合起来,避免安装新软件。
Download the Eclipse and Blackberry installation bundle and you're good to go. It combines the two and avoids having to install new software.
我遇到了这个问题,黑莓网站上的步骤帮助我解决了它:
来自:BlackBerry 开发人员网站< /a>
在现有的 Eclipse 环境中,按照以下步骤操作:
从“帮助”菜单中,选择“安装新软件”以打开“安装”窗口。
单击添加:
在“添加站点”对话框中,输入 URL http://www.blackberry.com/developers/ jar/win/java 到位置文本框中,并在名称文本框中指定 BlackBerry Java Plug-in Update Site。
单击确定,BlackBerry Update Site 将出现在可用软件列表中。
选择 BlackBerry Java Plug-in 项目和至少一个您想要使用的 BlackBerry SDK。选择可确保您的应用程序与预期目标市场兼容的 BlackBerry SDK 版本。了解有关 SDK 版本的更多信息。
单击“下一步”。
查看要安装的项目后单击“下一步”。
查看许可证后,选中我接受许可协议的条款。
单击“完成”开始安装。
成功下载文件后,系统将提示您重新启动 Eclipse。
i had this issue and the steps on blackberrys site helped me to resolve it:
from: BlackBerry Developer Site
In your existing Eclipse environment, follow the steps below:
From the Help menu, select Install New Software to open the Install window.
Click Add:
In the Add Site dialog, type the URL http://www.blackberry.com/developers/jar/win/java into the location text box and specify BlackBerry Java Plug-in Update Site in the name text box.
Click OK, BlackBerry Update Site appears in the Available Software list.
Select the BlackBerry Java Plug-in item and at least one BlackBerry SDK you want to work with. Choose the version of the BlackBerry SDK which ensures that your application is compatible with your intended target market. Read more about SDK versions.
Click Next.
Click Next after reviewing the items to be installed.
Check I accept the terms of the license agreement after reviewing the licenses.
Click Finish to begin installation.
After successfully downloading the files, you'll be prompted to restart Eclipse.