黑莓 - “[项目名称].debug 文件丢失”和“I/O 错误:找不到程序“jar”
我正在使用 Blackberry Java 插件运行 eclipse,从事 1.4.5 Blackberry 项目。 该项目一直在模拟器中正常构建和调试,直到我开始收到:
提示“[项目名称].debug 文件丢失”。
Blackberry 打包控制台中出现一条消息,显示“I/O 错误:找不到程序“jar”:CreateProcess error=2。”
任何人都知道可能导致此问题的原因吗?
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:
A prompt saying "[projectname].debug file is missing".
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事实证明,可能有几个不同的原因。在某些情况下,达到项目中的 100 类限制可能会导致这种情况。
就我而言,Windows 中 Path 的环境变量 >系统属性消失了。
需要注意的是,当您将其放回(在我的例子中为“c:\program files\java\jdk1.6.0_18\bin”)时,它需要是路径变量中的第一个条目。
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.
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.
右键单击我的电脑->属性->高级系统设置->环境变量按钮
设置正确的系统变量,例如:
JAVA_HOME
C:\Program Files\Java\jdk1.6.0_30
JRE_HOME
C:\Program Files\Java\jre6
right-click My Computer -> Properties -> Advanced System Settings -> Environment Variables button
set the correct system variables, for example:
JAVA_HOME
C:\Program Files\Java\jdk1.6.0_30
JRE_HOME
C:\Program Files\Java\jre6