gradle-retrolambda icon indicating copy to clipboard operation
gradle-retrolambda copied to clipboard

JAVA_HOME env

Open Diolor opened this issue 11 years ago • 2 comments
trafficstars

Possibly add this useful snippet in the docs (for OS X):

# ~/.bash_profile 
export JAVA6_HOME=`/usr/libexec/java_home -v 1.6`
export JAVA7_HOME=`/usr/libexec/java_home -v 1.7`
export JAVA8_HOME=`/usr/libexec/java_home -v 1.8`

Diolor avatar Sep 26 '14 15:09 Diolor

Could be, I didn't go into details on how to set the environment variables since it's different on each os.

evant avatar Sep 26 '14 17:09 evant

@Diolor you are my savior!

cesards avatar Sep 15 '15 07:09 cesards