Searched refs:javaHome (Results 1 – 1 of 1) sorted by relevance
726 String javaHome = getenv("JAVA_HOME"); in initUnchangeableSystemProperties() local727 if (javaHome == null) { in initUnchangeableSystemProperties()728 javaHome = "/system"; in initUnchangeableSystemProperties()730 p.put("java.home", javaHome); in initUnchangeableSystemProperties()