Bad file descriptor
Hi all,i am running a working application on 2 windows enviroments using jdk1.3 . One of the enviroment is working fine but the other throws a "Bad file descriptor" while trying to read the manifest.from jar files. Those jar files are the same.what could be the problem ?
# 1
make a clean of your application(remove all .class files) then re-comiple it.
this error could also occure because of a bad jdk configuration. In other words JAVA_HOME is set incorrectly, or is not set and the JDK is installed in a nonstandard location
Message was edited by:
java_2006