I\'m trying to run my play 2.0.1 application on Ubuntu 11.10 and when I visit domain.com:9000
I get this error in terminal:
info] Compiling 4 Sc
I got this problem when I try to build kotlin/jvm with gradle,
I want to post this to others new to jvm, since jdk-9, there is no tools.jar
. setting a classpath
is good to go.
JAVA_HOME= path_to_jdk
JRE_HOME= path_to_jre
PATH= ;%JAVA_HOME%\bin;%JRE_HOME%\bin
CLASSPATH=.;%JAVA_HOME%\lib;%JRE_HOME%\lib
This class is found in tools.jar
, which is not part of the JRE.