Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 702 Bytes

FAQ.md

File metadata and controls

23 lines (12 loc) · 702 Bytes

Home | Release Notes | Support | Documentation

FAQ

Exception in thread "main" java.lang.UnsupportedClassVersionError

Caused by having the wrong or multiple versions of java.

Try adding the following to your .bash_profile file:

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

Details here.

java -version shows an older version of java

Caused by having the wrong or multiple versions of java.

Try adding the following to your .bash_profile file:

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

Details here.