src/Pure/System/gui_setup.scala
changeset 43514 45cf8d5e109a
parent 41381 77990a6cd558
child 43520 cec9b95fa35d
equal deleted inserted replaced
43513:06951ddfc812 43514:45cf8d5e109a
    40     if (Platform.is_windows)
    40     if (Platform.is_windows)
    41       text.append("Cygwin root: " + Cygwin.check_root() + "\n")
    41       text.append("Cygwin root: " + Cygwin.check_root() + "\n")
    42     text.append("JVM name: " + Platform.jvm_name + "\n")
    42     text.append("JVM name: " + Platform.jvm_name + "\n")
    43     text.append("JVM platform: " + Platform.jvm_platform + "\n")
    43     text.append("JVM platform: " + Platform.jvm_platform + "\n")
    44     try {
    44     try {
    45       val isabelle_system = new Isabelle_System
    45       val isabelle_system = Isabelle_System.default
    46       text.append("ML platform: " + isabelle_system.getenv("ML_PLATFORM") + "\n")
    46       text.append("ML platform: " + isabelle_system.getenv("ML_PLATFORM") + "\n")
    47       text.append("Isabelle platform: " + isabelle_system.getenv("ISABELLE_PLATFORM") + "\n")
    47       text.append("Isabelle platform: " + isabelle_system.getenv("ISABELLE_PLATFORM") + "\n")
    48       val platform64 = isabelle_system.getenv("ISABELLE_PLATFORM64")
    48       val platform64 = isabelle_system.getenv("ISABELLE_PLATFORM64")
    49       if (platform64 != "") text.append("Isabelle platform (64 bit): " + platform64 + "\n")
    49       if (platform64 != "") text.append("Isabelle platform (64 bit): " + platform64 + "\n")
    50       text.append("Isabelle home: " + isabelle_system.getenv("ISABELLE_HOME") + "\n")
    50       text.append("Isabelle home: " + isabelle_system.getenv("ISABELLE_HOME") + "\n")