Java.io.IO.Exception; there is not enough space on the disk while running J2ME application

家住魔仙堡 提交于 2019-12-13 10:54:04

问题


I am getting following Error "Java.io.IO.Exception; there is not enough space on the disk" while running my J2ME Application can any body Please tell me what type of the Error is this and why it is coming. This error is coming when I am uploading the data from mobile to the server. I am not understanding where is the error it is at server side or at mobile side.


回答1:


With respect to your question, as per the given information,

Java.io.IOException; there is not enough space on the disk

is thrown, say if you try copying something to a destination drive, if the drive is full, you get the exception. The Java.io.IOException exceptions produced by failed or interrupted I/O operations, in this case an interupted IO operation and the reason is there is not enough space on the disk , I think its pretty clear from the message.



来源:https://stackoverflow.com/questions/8046540/java-io-io-exception-there-is-not-enough-space-on-the-disk-while-running-j2me-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!