黑莓模拟器问题

发布于 2024-12-06 10:06:26 字数 376 浏览 2 评论 0原文

我正在使用 BB Java sdk 6.0.0.30,并安装了从 BB 网站下载的 BB 9780 Simulator Simpackage-6.0.0.285_9780。

我将其安装在 net.rim.ejde.componentpack6.0.0_6.0.0.30\components\simulator 上,运行应用程序后,我面临以下问题

1 无法清理模拟器(我尝试过 Project > Blackberry > Clean模拟器)

2 无法在运行时查看已编辑的应用程序,在对代码进行一些更改后,首次安装的应用程序仍保留在模拟器上,新版本未加载,但是当我尝试使用以下命令调试应用程序时安装修改后的代码。

欢迎任何帮助

问候, 一个Y。

I am using BB Java sdk 6.0.0.30 and I have installed BB 9780 Simulator Simpackage-6.0.0.285_9780 which I downloaded from BB site.

I installed this on net.rim.ejde.componentpack6.0.0_6.0.0.30\components\simulator, after runnig an application I am facing the following problems

1 Not able to clean the simulator (I tried Project > Blackberry > Clean Simulator )

2 Not able to view Edited app on running, the app which is installed first time remains on the simulator after making some changes in code the new version is not getting loaded, but when I tried debugging the app with modified code is installed.

Any help is welcome

Regards,
A Y.

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

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

发布评论

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

评论(4

淡忘如思 2024-12-13 10:06:26

尝试在 C:\Eclipse\plugins\net.rim.ejde.componentpack6.0.0_6.0.0.30\components\simulator\clean.bat 中运行 clean.bat。在运行模拟器之前还要关闭模拟器。

Try to run clean.bat in C:\Eclipse\plugins\net.rim.ejde.componentpack6.0.0_6.0.0.30\components\simulator\clean.bat. also close simulator before running it.

別甾虛僞 2024-12-13 10:06:26

当您想要清洁模拟器时,您必须关闭模拟器。

无需每次都清洁模拟器。如果您更改代码,则:

Rightclick on your project ------> refresh;
Rightclick on your project ------>BuildPoject;
Rightclick on your project ------> Debug As----->DebutCofiguration--->Debug;

如果您有疑问,请使用 StackOverFlow 聊天室名称“Life for Blackberry”来澄清您和我们的疑问。

When you want to clean the SIMULATOR you MUST close the simulator.

There is no need to clean SIMULATOR everytime. If you change your code then:

Rightclick on your project ------> refresh;
Rightclick on your project ------>BuildPoject;
Rightclick on your project ------> Debug As----->DebutCofiguration--->Debug;

If you have doubts come on StackOverFlow chat room name "Life for Blackberry" to clarify Your and our doubts.

金兰素衣 2024-12-13 10:06:26

检查 eclipse Project>Build Automatically 已选择....
通过在 cmd 中键入 java -version 命令来检查您的 java 版本,它应该是 1.6 ....
设置新jdk类型的路径: set path=C:\Program Files\Java\jdk1.6.0_16\bin im cmd

可能这个信息对你有用....祝你好运

Check in eclipse Project>Build Automatically is selected....
check your java version by typing java -version command in cmd it should be 1.6 ....
to set path for new jdk type : set path=C:\Program Files\Java\jdk1.6.0_16\bin im cmd

may be this information is useful for u.... best of luck

深海少女心 2024-12-13 10:06:26

在 Eclipse 插件中,
转到您的安装路径\插件\您的组件包您正在使用什么\组件\模拟器\,
运行clean.bat;

其他想法只是再次下载安装程序并安装在一个单独的目录中,然后将模拟器从那里复制到现有的 eclipse 目录。

In Eclipse plugin,
GO TO YOUR INSTALLATION PATH\plugins\YOUR COMPONANT PACK WHAT ARE YOU USING\components\simulator\,
RUN clean.bat;

Other idea just download again the installaer and install in a separated directory and copy the simulators from there to your existing eclipse directory.

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