| author | Cezary Kaliszyk <cezarykaliszyk@gmail.com> |
| Fri, 10 Feb 2012 09:47:59 +0100 | |
| changeset 46448 | f1201fac7398 |
| parent 46117 | edd50ec8d471 |
| child 46913 | 3444a24dc4e9 |
| permissions | -rw-r--r-- |
| 43281 | 1 |
Requirements for instantaneous build from sources |
2 |
================================================= |
|
| 34324 | 3 |
|
| 46117 | 4 |
* Official Java JDK 1.6 from Sun/Oracle/Apple |
| 44700 | 5 |
http://www.oracle.com/technetwork/java/javase/downloads/index.html |
| 34325 | 6 |
|
| 46117 | 7 |
(experimental support for JDK/OpenJDK 1.7) |
8 |
||
9 |
* Scala 2.8.2.final http://www.scala-lang.org |
|
10 |
||
11 |
(experimental support for 2.9.1.final) |
|
| 34635 | 12 |
|
| 43281 | 13 |
* Auxiliary jedit_build component |
| 45912 | 14 |
http://www4.in.tum.de/~wenzelm/test/jedit_build-20111217.tar.gz |
| 34919 | 15 |
|
| 34325 | 16 |
|
| 43281 | 17 |
Important settings within Isabelle environment |
18 |
============================================== |
|
|
40442
19faffbe5066
more hints on building and running Isabelle/jEdit from command line;
wenzelm
parents:
38144
diff
changeset
|
19 |
|
| 43281 | 20 |
- JAVA_HOME |
21 |
- SCALA_HOME |
|
| 44719 | 22 |
- 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
|
23 |
|
|
19faffbe5066
more hints on building and running Isabelle/jEdit from command line;
wenzelm
parents:
38144
diff
changeset
|
24 |
|
| 43281 | 25 |
Build and run |
26 |
============= |
|
|
34606
76509ef6f1b6
updated notes about Isabelle environment, no longer need to use "isabelle env netbeans";
wenzelm
parents:
34600
diff
changeset
|
27 |
|
| 43281 | 28 |
isabelle jedit -l HOL Test.thy |
| 34763 | 29 |
|
30 |
||
31 |
----------------------------------------------------------------------- |
|
32 |
To run jedit with remote debugging enabled, I use the following |
|
33 |
command: "java |
|
34 |
-agentlib:jdwp=transport=dt_socket,suspend=y,server=y,address=XXXX |
|
35 |
-jar jedit.jar" |
|
36 |
||
37 |
where XXXX is any open port number you wish. The above invocation |
|
38 |
works for Sun's JDK 5.0. There's an alternate incantation for earlier |
|
39 |
releases. (See |
|
40 |
http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html) |
|
41 |
----------------------------------------------------------------------- |