/
IDE Plugins

IDE Plugins


JDK installation on Mac:

Path for the JRE home on Mac:

/Library/Java/JavaVirtualMachines/jdk-11.0.11.jdk/Contents/Home

Pay attention for these things:

  1. It should be under the Library, not under the User
  2. If you have several JDKs installed, delete the rest of them and leave only the 11.0.11 version in the folder
  3. If you write this in Terminal: echo $JAVA_HOME → you should see the same path result as it is above




Related content