author | boehmes |
Mon, 05 Sep 2011 14:17:44 +0200 | |
changeset 44719 | 176adba0c35e |
parent 44700 | f4b42f310f86 |
child 45150 | cf6a5de94bfc |
permissions | -rw-r--r-- |
43281 | 1 |
Requirements for instantaneous build from sources |
2 |
================================================= |
|
34324 | 3 |
|
44700 | 4 |
* Official Java JDK from Sun/Oracle/Apple, e.g. 1.6.0_27 |
5 |
http://www.oracle.com/technetwork/java/javase/downloads/index.html |
|
34325 | 6 |
|
43281 | 7 |
* Scala Compiler 2.8.1.final |
8 |
http://www.scala-lang.org |
|
34635 | 9 |
|
43281 | 10 |
* Auxiliary jedit_build component |
44700 | 11 |
http://www4.in.tum.de/~wenzelm/test/jedit_build-20110622.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 |
|
44719 | 19 |
- ISABELLE_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 |
----------------------------------------------------------------------- |