黑莓模拟器“fileconn.dir.photos” 地点?
我在 BlackBerry JDE 4.2.0 及其附带的 8100 模拟器上遇到一个奇怪的问题:
String path = System.getProperty("fileconn.dir.photos");
这返回 null!
这适用于我迄今为止使用过的所有 J2ME 手机和模拟器。 为了让它在黑莓模拟器上运行,我需要做什么特别的事情吗? 请注意,我不需要 SD 卡图像路径,而是手机的内部存储。
I am facing a weird problem on BlackBerry JDE 4.2.0 and the 8100 simulator it comes with:
String path = System.getProperty("fileconn.dir.photos");
This returns null!
This works for all J2ME phones and emulators I've worked with so far. Is there anything special that I need to do to get it work on the Blackberry simulator? Note, that I don't want the SD card images path but the phone's internal storage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,运行 4.2 的 BlackBerry 设备上不支持/实现该属性。 从 4.3 开始,它在平台的更高版本中得到完全支持并可在外部使用。
Unfortunately, it was not a supported/implemented property on BlackBerry devices running 4.2. It is fully supported and externally available in later versions of the platform, starting with 4.3.