Menu

Tree [361502] master /
 History

HTTPS access


File Date Author Commit
 data 2014-06-04 Jean-Michel Richer Jean-Michel Richer [361502] remove zilla_16245.newick as it was false
 lib 2014-05-16 Jean-Michel Richer Jean-Michel Richer [a5b2ee] Initial commit
 src 2014-05-16 Jean-Michel Richer Jean-Michel Richer [a5b2ee] Initial commit
 README.txt 2014-05-16 Jean-Michel Richer Jean-Michel Richer [a5b2ee] Initial commit
 arbalet-1.0.jar 2014-05-16 Jean-Michel Richer Jean-Michel Richer [a5b2ee] Initial commit
 build.xml 2014-05-16 Jean-Michel Richer Jean-Michel Richer [a5b2ee] Initial commit
 log4j.properties 2014-05-16 Jean-Michel Richer Jean-Michel Richer [a5b2ee] Initial commit

Read Me

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

 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.