author | wenzelm |
Wed, 08 Jun 2011 17:32:31 +0200 | |
changeset 43281 | 8d8b6ed0588c |
parent 42898 | 978b7ea3e3ee |
child 44043 | 63c158415dbb |
permissions | -rw-r--r-- |
43281 | 1 |
Requirements for instantaneous build from sources |
2 |
================================================= |
|
34324 | 3 |
|
43281 | 4 |
* Proper Java JDK from Sun/Oracle/Apple, e.g. 1.6.0_24 or 1.6.0_25 |
34325 | 5 |
http://java.sun.com/javase/downloads/index.jsp |
6 |
||
43281 | 7 |
* Scala Compiler 2.8.1.final |
8 |
http://www.scala-lang.org |
|
34635 | 9 |
|
43281 | 10 |
* Auxiliary jedit_build component |
11 |
http://www4.in.tum.de/~wenzelm/test/jedit_build-20110521.tar.gz |
|
34919 | 12 |
|
34325 | 13 |
|
43281 | 14 |
Important settings within Isabelle environment |
15 |
============================================== |
|
40442
19faffbe5066
more hints on building and running Isabelle/jEdit from command line;
wenzelm
parents:
38144
diff
changeset
|
16 |
|
43281 | 17 |
- JAVA_HOME |
18 |
- SCALA_HOME |
|
19 |
- JEDIT_BUILD_HOME (via "init_component .../jedit_build...") |
|
40442
19faffbe5066
more hints on building and running Isabelle/jEdit from command line;
wenzelm
parents:
38144
diff
changeset
|
20 |
|
19faffbe5066
more hints on building and running Isabelle/jEdit from command line;
wenzelm
parents:
38144
diff
changeset
|
21 |
|
43281 | 22 |
Build and run |
23 |
============= |
|
34606
76509ef6f1b6
updated notes about Isabelle environment, no longer need to use "isabelle env netbeans";
wenzelm
parents:
34600
diff
changeset
|
24 |
|
43281 | 25 |
isabelle jedit -l HOL Test.thy |
34763 | 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 |
----------------------------------------------------------------------- |