Return to site

Set up preferences for java on mac

broken image
broken image

export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home bash: /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home: is a directory 192:~ zhaosong$ $(/usr/libexec/java_home) Run this command in the terminal like below, you can get the real JDK installation directory.

broken image

export JAVA_HOME='$(/usr/libexec/java_home)' In vim, press the esc key first then press i key to insert text, click esc then :wq to save and quit. bash_profilecommand in terminal and add below export command in it. You can also run ls -alto list all files under your home directory. bash_profile to make sure the file exists. Run cd ~ in terminal to go to the current user home directory.

broken image

bash_profile file, this file is saved in the current user’s home directory. First, all environment variable settings are saved in the current user’s.