src/Tools/jEdit/README_BUILD
author wenzelm
Wed, 08 Jun 2011 17:32:31 +0200
changeset 44161 8d8b6ed0588c
parent 43773 978b7ea3e3ee
child 44914 63c158415dbb
permissions -rw-r--r--
removed obsolete Netbeans project setup;
     1 Requirements for instantaneous build from sources
     2 =================================================
     3 
     4 * Proper Java JDK from Sun/Oracle/Apple, e.g. 1.6.0_24 or 1.6.0_25
     5   http://java.sun.com/javase/downloads/index.jsp
     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-20110521.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 -----------------------------------------------------------------------