compiling problem!!!
I have downloaded j2re and installed it according to the instructions.I also have jdk1.3 on my PC. Ihave set the classpath for jdk1.3 . When I try to compile any java file, the error given is as folows:
"Can't find registry keyjavasoft\JavaRuntimeEnvironment\current version
Error:Can't find java.dll
Error:Can't find Java RuntimeEnvironment 2"
Please help!
You should read the instilation instructions of the JDK. there is a place where it explanes how to se the $CLASSPATH and $JAVAHOME you should set the environment variables appropriatly.
What is happening is you're JDK is trying to use JVM class files, and oddly enough, you can't compile.
Did you set the JAVA_HOME, or have some streinge script interfearing, or did you modify your instalation?I have no problems with the same thing!Todd_Musheno@yahoo.com