NetBeans J2ME 文件浏览器模拟器示例文件
我正在构建一个 J2ME 应用程序来读取 txt 文件。我使用 NetBeans FileBrowser 插件来构建此应用程序。
我的问题:当我在模拟器中运行我的应用程序时,文件浏览器仅列出文件夹树,如下所示:
root1
+ photos
+ private
并且这些文件夹中没有文件。
我的问题是,如何将文件添加到这些文件夹中进行测试?
I'm building a J2ME application to read txt file. I use NetBeans FileBrowser plugin to build this appliation.
My problem: When i run my application in emulator, file browser only list folder tree as below:
root1
+ photos
+ private
and there are no file in these folders.
Here my question is, How can i add files to these folders for testing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看以下文件路径。您可以将文件添加到该文件路径上进行测试。
Look on the following file path. you can add the files on that file path for testing.