This file calls another batch file named "FindJDK.bat". Can you post that as well? It maybe the source of your problem.
Since your c: is not in use, there is a way to create a temp alias. Open a command prompt and type:
|
Code:
|
H:\> subst c: h:\
H:\> subst
C:\: => H:\
H:\> javac -version
javac 1.6.0
H:\> _ |
Offcourse, this is only temp, so it will not stay when the comp is rebooted.
Then, if still not working, try changing all references in the PATH and CLASSPATH from H:\program file\jdk.... to c:\.....