src/Pure/System/gui_setup.scala
changeset 51820 142c69695785
parent 51617 4e49bba9772d
child 53582 8533b4cb8dd7
--- a/src/Pure/System/gui_setup.scala	Mon Apr 29 15:47:42 2013 +0200
+++ b/src/Pure/System/gui_setup.scala	Mon Apr 29 17:01:13 2013 +0200
@@ -42,13 +42,13 @@
     contents = panel
 
     // values
-    if (Platform.is_windows)
-      text.append("Cygwin root: " + Isabelle_System.cygwin_root() + "\n")
     text.append("JVM name: " + Platform.jvm_name + "\n")
     text.append("JVM platform: " + Platform.jvm_platform + "\n")
     text.append("JVM home: " + java.lang.System.getProperty("java.home") + "\n")
     try {
       Isabelle_System.init()
+      if (Platform.is_windows)
+        text.append("Cygwin root: " + Isabelle_System.get_cygwin_root() + "\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")