osx - Java folder missing -


i cant find java folder using osx cmd line. tried using find /users -name java, no luck. have looked on many sites library though root user still getting denied permissions.

you can try

/usr/libexec/java_home 

if looking specific version can use -v option

for java 7

/usr/libexec/java_home -v 1.7  

for java 8

/usr/libexec/java_home -v 1.8  

Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -