osx - Where is Java Installed on Mac OS X? -
i downloaded java 7u17 on mac os 10.7.5 here , installed it. in order jni programming, need know java installed on mac.
i thought inside /library/java/javavirtualmachines/
folder, there folder called 1.7.0.jdk
or something, found folder empty. confirmed running ls /library/java/javavirtualmachines/
in terminal. i've tried searching find out if installed somewhere else, doesn't seem turning up.
could please tell me java installed on mac?
use /usr/libexec/java_home -v 1.7
command on terminal shell figure out java 1.7 home directory
Comments
Post a Comment