Motivo de java.io.IOException en com.sun.midp.io.j2me.file.Protocol.delete (76) excepción?

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

  •  14-10-2019
  •  | 
  •  

Pregunta

Tengo por encima de excepción durante el uso de conexión de archivos en J2ME MIDP 2.0

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top