src/Tools/jEdit/src/jedit_main.scala
changeset 53441 63958e9e0073
parent 53440 b99d006afbfe
equal deleted inserted replaced
53440:b99d006afbfe 53441:63958e9e0073
    57     /* startup */
    57     /* startup */
    58 
    58 
    59     System.setProperty("jedit.home",
    59     System.setProperty("jedit.home",
    60       Isabelle_System.platform_path(Path.explode("$JEDIT_HOME/dist")))
    60       Isabelle_System.platform_path(Path.explode("$JEDIT_HOME/dist")))
    61 
    61 
       
    62     System.setProperty("scala.home",
       
    63       Isabelle_System.platform_path(Path.explode("$SCALA_HOME")))
       
    64 
    62     jEdit.main(jedit_options ++ jedit_settings ++ more_args)
    65     jEdit.main(jedit_options ++ jedit_settings ++ more_args)
    63   }
    66   }
    64 }
    67 }
    65 
    68