src/Tools/jEdit/README_BUILD
author wenzelm
Sun, 04 Sep 2011 16:37:22 +0200
changeset 45577 f4b42f310f86
parent 44914 63c158415dbb
child 45590 176adba0c35e
permissions -rw-r--r--
updated READMEs;
     1 Requirements for instantaneous build from sources
     2 =================================================
     3 
     4 * Official Java JDK from Sun/Oracle/Apple, e.g. 1.6.0_27
     5   http://www.oracle.com/technetwork/java/javase/downloads/index.html
     6 
     7 * Scala Compiler 2.8.1.final
     8   http://www.scala-lang.org
     9 
    10 * Auxiliary jedit_build component
    11   http://www4.in.tum.de/~wenzelm/test/jedit_build-20110622.tar.gz
    12 
    13 
    14 Important settings within Isabelle environment
    15 ==============================================
    16 
    17 - JAVA_HOME
    18 - SCALA_HOME
    19 - JEDIT_BUILD_HOME (via "init_component .../jedit_build...")
    20 
    21 
    22 Build and run
    23 =============
    24 
    25 isabelle jedit -l HOL Test.thy
    26 
    27 
    28 -----------------------------------------------------------------------
    29 To run jedit with remote debugging enabled, I use the following
    30 command: "java
    31 -agentlib:jdwp=transport=dt_socket,suspend=y,server=y,address=XXXX
    32 -jar jedit.jar"
    33 
    34 where XXXX is any open port number you wish. The above invocation
    35 works for Sun's JDK 5.0.  There's an alternate incantation for earlier
    36 releases. (See
    37 http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html)
    38 -----------------------------------------------------------------------