# HG changeset patch # User wenzelm # Date 1271691108 -7200 # Node ID a7d7f928d8b8dc3eb339ba6e26ab155120fa35a3 # Parent e86d9a10e9822f22f0c5e2c314c95931f6ac4dc9 more platform information; diff -r e86d9a10e982 -r a7d7f928d8b8 src/Pure/System/gui_setup.scala --- 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")