问题描述
我正在与黑莓Java插件的日食,在1.4.5黑莓项目。
该项目已在模拟器中构建和调试正常,直到我开始:
I'm running eclipse with the Blackberry Java Plug-in, working on a 1.4.5 Blackberry project.The project has been building and debugging in the emulator normally until I started getting:
一个提示说的 [项目]的.debug文件丢失的。
在黑莓包装控制台的消息说的 I / O错误:无法找到程序罐子:CreateProcess的错误= 2 的
A message in the Blackberry Packaging Console saying "I/O Error: Cannot find program "jar": CreateProcess error=2."
任何人有任何想法可能是导致此?
Anyone have any ideas what could be causing this?
推荐答案
原来可以有几个不同的原因。在一些情况下,击打在项目中的100类限制可能导致此。
It turns out that there can be a few different causes. In some instances, hitting the 100 class limit in the project can cause this.
在我的情况下,环境变量在Windows>系统属性路径已经不见了。
一些需要注意的是,当你把它放回原(在我的情况C:\\ Program Files文件\\的Java \\ jdk1.6.0_18 \\ BIN)。它需要在PATH变量中的第一项
In my case, the Environment Variable for Path in Windows > System Properties had disappeared.Something to note is that when you put it back in (in my case "c:\program files\java\jdk1.6.0_18\bin") it needs to be the first entry in the path variable.
这篇关于黑莓 - " [项目]的.debug文件丢失"和" I / O错误:无法找到程序"瓶"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!