tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

How to change Java Version in macOs Ventura 13.0 #55

Closed tango4567 closed 1 year ago

tango4567 commented 1 year ago
  1. Go to /Library/Java/JavaVirtualMachines/ and check available/installed JDK versions
  2. In terminal and enter following command export JAVA_HOME = "/Library/Java/JavaVirtualMachines/_**SELECT_JDK_VERSION**_/Contents/Home"
  3. Then check current version java --version