com.sun.midp.io.j2me.file.Protocol.delete(+76) 异常 java.io.IOEXception 的原因?
我在 J2ME MIDP2.0 中使用文件连接时遇到上述异常
I got above exception while using File Connection in J2ME MIDP2.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的应用程序中使用文件连接。我使用 FileConnection 打开该文件,但忘记关闭它。因为我第二次打开同一个文件而上次没有关闭该文件,所以它会引发这样的异常。我解决了,效果很好。
I am using file connection in my application. I opened the file using FileConnection and forgot to close it. Because I second time open the same file without closing the file at previous time, it is raising Exception like this. I solved it, it's working good.