Frequently Asked Question
Wo liegt die Java Installation auf dem Mac
Last Updated 5 years ago
- run
which java
- if that gives you something like
/usr/bin/java
, which is a symbolic link to the real location, run
On my system, this outputsls -l `which java`
and therefrom you can read the Java home directory;/usr/bin/java -> /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/bin/java