Eclipse (Blackberry JDE 4.6.1) 无法在模拟器上部署应用程序

发布于 2024-09-06 15:38:46 字数 448 浏览 8 评论 0原文

这是我在尝试构建应用程序时收到的消息。

<前><代码>..\HBB\HBB.rapc -sourceroot=C:\ws\HBB\src @HBB_build.files
I/O Error: C:\ws\HBB\HBB.cod (The system cannot find the file specified)
rapc executed for the project HBB

该项目当前设置为“Active for Blackberry”,所有其他选项均按此处定义这里

为什么没有创建.cod文件?

this is the message I receive when I try to build my applicaion.

..\HBB\HBB.rapc -sourceroot=C:\ws\HBB\src @HBB_build.files
I/O Error: C:\ws\HBB\HBB.cod (The system cannot find the file specified)
rapc executed for the project HBB

the project is currently set as "Active for Blackberry" and all the other option are set as defined here here

why the .cod file is not created?

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

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

发布评论

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

评论(1

复古式 2024-09-13 15:38:46

似乎有时 eclipse (或黑莓插件)与文件系统不同步,因此 eclipse 似乎认为该文件在那里,但实际上并非如此。我解决这个问题的方法是删除输出目录并再次编译。这似乎强制在构建过程中引用该文件之前对其进行重建。

It appears that sometimes eclipse (or the blackberry plugin) becomes out-of-sync with the filesystem so it appears to eclipse that the file is there, but in actuality it's not. My workaround for this issue is to delete the output directory and compile again. This seems to force the file to be rebuilt before it is referenced in the build process.

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