--- a/src/Pure/System/gui_setup.scala Mon Apr 19 17:27:41 2010 +0200
+++ b/src/Pure/System/gui_setup.scala Mon Apr 19 17:31:48 2010 +0200
@@ -48,10 +48,11 @@
text.append("Cygwin root: " + Cygwin.check_root() + "\n")
try {
val isabelle_system = new Isabelle_System
- text.append("Isabelle home: " + isabelle_system.getenv("ISABELLE_HOME") + "\n")
+ text.append("ML platform: " + isabelle_system.getenv("ML_PLATFORM") + "\n")
text.append("Isabelle platform: " + isabelle_system.getenv("ISABELLE_PLATFORM") + "\n")
val platform64 = isabelle_system.getenv("ISABELLE_PLATFORM64")
if (platform64 != "") text.append("Isabelle platform (64 bit): " + platform64 + "\n")
+ text.append("Isabelle home: " + isabelle_system.getenv("ISABELLE_HOME") + "\n")
text.append("Isabelle java: " + isabelle_system.this_java() + "\n")
} catch {
case e: RuntimeException => text.append(e.getMessage + "\n")