src/Tools/jEdit/README_BUILD
author haftmann
Sat, 03 Mar 2012 22:37:56 +0100
changeset 46788 aefdc0095d7e
parent 46117 edd50ec8d471
child 46913 3444a24dc4e9
permissions -rw-r--r--
tuned whitespace

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

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

  (experimental support for JDK/OpenJDK 1.7)

* Scala 2.8.2.final http://www.scala-lang.org

  (experimental support for 2.9.1.final)

* 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)
-----------------------------------------------------------------------