M
Michael Moser
I have an question re. application paths: how does the command-line
interpreter locate certain executables?
E.g.: I can enter "java -jar <someJarFile>" on the cmd-line and that
happily executes "C:\Program Files\Java\jre1.5.0_07\bin\java.exe". But
where does cmd know, where that java.exe sits? "C:\Program
Files\Java\jre1.5.0_07\bin" is NOT part of the PATH, there is no
environment variable relating to Java (like JAVA_HOME or JDK_HOME or
such defined), so where exactly does cmd get that info from?
Michael
interpreter locate certain executables?
E.g.: I can enter "java -jar <someJarFile>" on the cmd-line and that
happily executes "C:\Program Files\Java\jre1.5.0_07\bin\java.exe". But
where does cmd know, where that java.exe sits? "C:\Program
Files\Java\jre1.5.0_07\bin" is NOT part of the PATH, there is no
environment variable relating to Java (like JAVA_HOME or JDK_HOME or
such defined), so where exactly does cmd get that info from?
Michael