黑莓 - “[项目名称].debug 文件丢失”和“I/O 错误:找不到程序“jar”

发布于 2024-09-06 04:19:22 字数 246 浏览 5 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(2

牵你手 2024-09-13 04:19:22

事实证明,可能有几个不同的原因。在某些情况下,达到项目中的 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.

弥枳 2024-09-13 04:19:22

右键单击我的电脑->属性->高级系统设置->环境变量按钮

设置正确的系统变量,例如:

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

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