问题描述
我试过部署.COD,黑莓模拟器8100 .alx.jar文件;应用程序是没有得到部署phone.I我使用Eclipse的插件黑莓。
我怎样才能解决这个问题呢?
I am tried deploying .cod,.alx.jar files on blackberry simulator 8100;the application is not getting deployed on phone.I am using Blackberry plugin for Eclipse.How can I solve this issue?
请帮忙
更新
感谢您的回复。
我试图运行应用程序,你建议的方式。
Hi,Thanks for your reply.I am trying to run the application the way you suggested.
我是否需要安装新的运行配置每次我运行任何项目?
Do I need to setup new run configuration every time I run any project?
应该是什么构建配置默认值? [调试,私人或发布]
What should be default value for build configuration ? [Debug,Private,or Release]
推荐答案
复制.cod文件到仿真器的目录(在所有其他.cod文件的)并重新启动模拟器将工作。
Copying the .cod files into the simulator's directory (where all the other .cod files are) and restarting the simulator will work.
虽然可能要自动从Eclipse的部署。如果这不是为你工作,有几件事情要检查:
Probably though you want to automatically deploy from Eclipse. If this isn't working for you, there are a couple of things to check:
检查项目已经为黑莓激活 - 从项目的右键菜单,确保激活黑莓检查
Check that the project has been activated for BlackBerry - from the right-click menu for the project, make sure that Activate For BlackBerry is checked.
如果这已经选中的(因为它是在默认情况下,当你创建一个新的BB项目),那么有时明确建设项目将这样的伎俩:从项目菜单,选择生成的BlackBerry模拟
If that's already checked (as it is by default when you create a new BB project), then sometimes explicitly building the project will do the trick: From the Project menu, choose Build Active BlackBerry Simulation
编辑:在回应一些评论下面我想到了别的东西。您选择的配置可能有一些与你的问题(黑莓 - >构建配置)。在JDE插件的配置不会影响所产生的code,但它的确实的影响黑莓被激活哪些项目。如果交换机的配置,您的项目可能成为未激活的。
因为它不影响code,我平时随便挑一个配置,并坚持下去整个调试和释放。
In response to some comments below I thought of something else. The configuration you choose may have something to do with your problems (BlackBerry -> Build Configurations). The configuration in the JDE Plug-in doesn't affect the code generated, but it does affect which projects are activated for BlackBerry. If you switch configurations, your project may become un-activated.
Since it doesn't affect the code, I usually just pick one configuration and stick with it throughout debugging and release.
这篇关于申请没有得到部署BlackBerry模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!