src/Tools/jEdit/README_BUILD
author wenzelm
Sat, 17 Dec 2011 16:22:16 +0100
changeset 45912 3d0416135efb
parent 45691 d1e716cc3b84
child 46117 edd50ec8d471
permissions -rw-r--r--
updated version information;

Requirements for instantaneous build from sources
=================================================

* Official Java JDK 1.6/1.7 from Sun/Oracle/Apple
  http://www.oracle.com/technetwork/java/javase/downloads/index.html

* Scala 2.8.2.final (experimental support for 2.9.1.final)
  http://www.scala-lang.org

* Auxiliary jedit_build component
  http://www4.in.tum.de/~wenzelm/test/jedit_build-20111217.tar.gz


Important settings within Isabelle environment
==============================================

- JAVA_HOME
- SCALA_HOME
- ISABELLE_JEDIT_BUILD_HOME (via "init_component .../jedit_build...")


Build and run
=============

isabelle jedit -l HOL Test.thy


-----------------------------------------------------------------------
To run jedit with remote debugging enabled, I use the following
command: "java
-agentlib:jdwp=transport=dt_socket,suspend=y,server=y,address=XXXX
-jar jedit.jar"

where XXXX is any open port number you wish. The above invocation
works for Sun's JDK 5.0.  There's an alternate incantation for earlier
releases. (See
http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html)
-----------------------------------------------------------------------