equal
deleted
inserted
replaced
53 if (platform64 != "") text.append("Isabelle platform (64 bit): " + platform64 + "\n") |
53 if (platform64 != "") text.append("Isabelle platform (64 bit): " + platform64 + "\n") |
54 text.append("Isabelle home: " + Isabelle_System.getenv("ISABELLE_HOME") + "\n") |
54 text.append("Isabelle home: " + Isabelle_System.getenv("ISABELLE_HOME") + "\n") |
55 val isabelle_home_windows = Isabelle_System.getenv("ISABELLE_HOME_WINDOWS") |
55 val isabelle_home_windows = Isabelle_System.getenv("ISABELLE_HOME_WINDOWS") |
56 if (isabelle_home_windows != "") |
56 if (isabelle_home_windows != "") |
57 text.append("Isabelle home (Windows): " + isabelle_home_windows + "\n") |
57 text.append("Isabelle home (Windows): " + isabelle_home_windows + "\n") |
58 text.append("Isabelle jdk home: " + Isabelle_System.getenv("ISABELLE_JDK_HOME") + "\n") |
58 text.append("Isabelle JDK home: " + Isabelle_System.getenv("ISABELLE_JDK_HOME") + "\n") |
59 } |
59 } |
60 catch { case ERROR(msg) => text.append(msg + "\n") } |
60 catch { case ERROR(msg) => text.append(msg + "\n") } |
61 |
61 |
62 // reactions |
62 // reactions |
63 listenTo(ok) |
63 listenTo(ok) |