failing test diagnostics

This commit is contained in:
Dmitry Jemerov
2011-11-03 18:41:21 +01:00
parent 431ae96daf
commit cf30540247
3 changed files with 20 additions and 4 deletions
@@ -64,7 +64,7 @@ public class KotlinCompiler {
String javaHome = System.getenv("JAVA_HOME");
File rtJar;
if (javaHome == null) {
rtJar = CompileEnvironment.findActiveRtJar();
rtJar = CompileEnvironment.findActiveRtJar(false);
if(rtJar == null) {
System.out.println("JAVA_HOME environment variable needs to be defined");