| File | Date | Author | Commit |
|---|---|---|---|
| data | 2014-06-04 |
|
[361502] remove zilla_16245.newick as it was false |
| lib | 2014-05-16 |
|
[a5b2ee] Initial commit |
| src | 2014-05-16 |
|
[a5b2ee] Initial commit |
| README.txt | 2014-05-16 |
|
[a5b2ee] Initial commit |
| arbalet-1.0.jar | 2014-05-16 |
|
[a5b2ee] Initial commit |
| build.xml | 2014-05-16 |
|
[a5b2ee] Initial commit |
| log4j.properties | 2014-05-16 |
|
[a5b2ee] Initial commit |
---------------------
| Arbalet 1.0.0 |
---------------------
1) HOW TO GENERATE .class FILES
1.1) COMPILE .java
In a terminal:
$ ant compile
The "build" directory will contain the .class files
1.2) RUN
$ ant run
2) GENERATE JAR
2.1) CREATE .jar ARCHIVE
$ ant build
The file "arbalet-1.0.jar" is created in the current directory
2.2) START APPLICATION
$ java -jar arbalet-1.0.jar
or
$ ant run