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
  •  | 
  •  

Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top