src/Tools/jEdit/README_BUILD
author wenzelm
Wed, 28 Mar 2012 00:18:11 +0200
changeset 48029 d317a71f24d5
parent 47868 395b7277ed76
child 48056 300fa46fd081
permissions -rw-r--r--
updated to jedit-4.5.1;
     1 Requirements for instantaneous build from sources
     2 =================================================
     3 
     4 * Official Java JDK 1.6 from Sun/Oracle/Apple
     5   http://www.oracle.com/technetwork/java/javase/downloads/index.html
     6 
     7   (or JDK/OpenJDK 1.7, but not OpenJDK 1.6)
     8 
     9 * Scala 2.8.2.final or 2.9.1-1
    10   http://www.scala-lang.org
    11 
    12   (experimental support for Scala 2.10.x milestones)
    13 
    14 * Auxiliary jedit_build component
    15   http://www4.in.tum.de/~wenzelm/test/jedit_build-20120327.tar.gz
    16 
    17 
    18 Important settings within Isabelle environment
    19 ==============================================
    20 
    21 - JAVA_HOME
    22 - SCALA_HOME
    23 - ISABELLE_JEDIT_BUILD_HOME (via "init_component .../jedit_build...")
    24 
    25 
    26 Build and run
    27 =============
    28 
    29 isabelle jedit -l HOL Test.thy
    30 
    31 
    32 -----------------------------------------------------------------------
    33 To run jedit with remote debugging enabled, I use the following
    34 command: "java
    35 -agentlib:jdwp=transport=dt_socket,suspend=y,server=y,address=XXXX
    36 -jar jedit.jar"
    37 
    38 where XXXX is any open port number you wish. The above invocation
    39 works for Sun's JDK 5.0.  There's an alternate incantation for earlier
    40 releases. (See
    41 http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html)
    42 -----------------------------------------------------------------------