[go: up one dir, main page]

Menu

Tree [a5cb8c] master / module / ownet / java /
 History

HTTPS access


File Date Author Commit
 examples 2018-04-08 Stefano Miccoli Stefano Miccoli [543ac5] remove old .cvsignore files
 src 2018-04-08 Stefano Miccoli Stefano Miccoli [543ac5] remove old .cvsignore files
 COPYING 2007-01-30 George Zouganelis George Zouganelis [b25e0f] skeleton Makefile for future release, update de...
 Makefile.opt 2018-04-08 Matthias Urlichs Matthias Urlichs [52b105] remove $Id$ strings
 README 2007-03-25 Christian Magnusson Christian Magnusson [bae4d5] Add a new build.xml file and write some short i...
 build.xml 2007-03-26 Christian Magnusson Christian Magnusson [361214] Change some ident..

Read Me

The java-source requires jdk1.5.

JAVA_HOME should be set to correct path before building the source.
# export JAVA_HOME=/opt/jdk1.5
# export PATH=${JAVA_HOME}/bin:${PATH}


Building with make (and Makefile.opt)
# make -f Makefile.opt

Building with ant (and build.xml)
# ant
# ant run_example