tuned message;
authorwenzelm
Tue, 16 Nov 2010 17:27:11 +0100
changeset 40567 a87a6b90e900
parent 40566 36d4f2757f4f
child 40568 3003be923908
tuned message;
src/Pure/System/gui_setup.scala
--- a/src/Pure/System/gui_setup.scala	Tue Nov 16 15:29:01 2010 +0100
+++ b/src/Pure/System/gui_setup.scala	Tue Nov 16 17:27:11 2010 +0100
@@ -39,6 +39,7 @@
     // values
     if (Platform.is_windows)
       text.append("Cygwin root: " + Cygwin.check_root() + "\n")
+    text.append("JVM name: " + System.getProperty("java.vm.name") + "\n")
     text.append("JVM platform: " + Platform.jvm_platform + "\n")
     try {
       val isabelle_system = new Isabelle_System