Reason for java.io.IOEXception at com.sun.midp.io.j2me.file.Protocol.delete(+76) exception?

StackOverflow https://stackoverflow.com/questions/4583055

  •  14-10-2019
  •  | 
  •  

문제

I got above exception while using File Connection in J2ME MIDP2.0

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top