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 Switch Java and JDK version on Mac #50

Closed tango4567 closed 1 year ago

tango4567 commented 1 year ago

I'm using bash

Open bash Profile sudo nano ~/.bash_profile

Add the following line export JAVA_HOME=$(/usr/libexec/java_home -v11)

Then runsource ~/.bash_profile

Video Solution by Seho Lim