System.getProperty("java.home") gets wrong value!?!
Hi there,
I set the JAVA_HOME environment-property on my WinXP to
"C:\programs\f-j\java"
but when I call
System.getProperty("java.home")
I get
"C:\programs\f-j\java\jre\"
does anyone know why?
Hi there,
I set the JAVA_HOME environment-property on my WinXP to
"C:\programs\f-j\java"
but when I call
System.getProperty("java.home")
I get
"C:\programs\f-j\java\jre\"
does anyone know why?