下载中未显示该程序的名称
我在执行我在 Eclipse 中为 Blackberry 编写的代码时遇到问题...当我尝试执行 Eclipse 代码时,我看不到下载中的文件名。为了解决这个问题,我选择了这些选项 1)我再次在 Eclipse 中创建了另一个工作区并复制了该代码。 2)清理了项目和bat文件
,但我仍然无法在黑莓模拟器的下载中找到该文件的名称..
可能是什么原因?
I'm facing a problem in executing the code i've written in eclipse for Blackberry...I cannot see the name of the file in downloads when i tried to execute the eclipse code..To resolve this i went for dese options
1)I've again created another workspace in eclipse and copied that code..
2)Cleaned the project and also bat file
But still im not able to find the name of the file in downloads of Blackberry simulator ..
What might be the reason for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
public static main(String[] args)
方法?public static main(String[] args)
method?如果您使用 OS6 设备的模拟器,您的应用程序将显示在主屏幕上,而不是下载文件夹中。这是问题所在吗?
If you are using a simulator for an OS6 device, your application will appear on the home screen, not in the downloads folder. Is that the problem?