简体   繁体   English

我在Eclipse的BlackBerry BlackBerry Java插件中找不到应用程序图标

[英]I could't find application icon in Simulator BlackBerry java plugin for Eclipse

I've installed BlackBerry Plugin for Eclipse. 我已经安装了Eclipse的BlackBerry Plugin。 Create simple Hello World blackberry application. 创建简单的Hello World黑莓应用程序。 Execute "Run as BlackBerry Application". 执行“以BlackBerry Application身份运行”。 But in simulator window I couldn't see application running. 但是在模拟器窗口中,我看不到应用程序正在运行。 Could not find corresponding icon in Applications folder. 在“应用程序”文件夹中找不到相应的图标。 I tried to add this line in the eclipse.ini file before the vmargs option: 我尝试在vmargs选项之前的eclipse.ini文件中添加以下行:

-vm
C:/Program Files/Java/jre7/bin/javaw.exe 

so the file eclipse.ini in all is: 因此,文件eclipse.ini总共是:

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:/Program Files/Java/jre7/bin/javaw.exe
-vmargs
-Dosgi.framework.extensions=net.rim.ejde.preprocessing.hook
-Xms40m
-Xmx512M
-XX:MaxPermSize=512m

but I still Have the problem (I can't find my app icon in the "Downloads menu"),an help pleaze an thanks 但是我仍然有问题(在“下载”菜单中找不到我的应用程序图标),帮助表示感谢

Press the "BlackBerry" button on the simulator "device", it is located at the left under the device screen. 按下模拟器“设备”上的“ BlackBerry”按钮,它位于设备屏幕下方的左侧。 The desktop will be shown. 将显示桌面。

Look at where the red arrow points on the picture below. 查看下面图片中红色箭头所指的位置。

bb9500

Navigate to "Downloads" folder (on the picture above it is in the red rectangle) and open it. 导航到“下载”文件夹(在上图的红色矩形中)并打开它。

Your application should be there. 您的应用程序应该在那里。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM