Installation


Prerequisites:
Java VM 1.4 (or later)

Download from Sun
Ant
for building from source only
Download from Apache

To check prerequisites, type the following:
# java -version
should return "java version 1.4" or higher

# ant
should not give any errors, but is only required for compiling JWall from source code

JWall is available as a .tgz file from the downloads area. 

For *nix:
Download and save the .tgz file. 
Type the following:
# tar -zxvf jwall-<version>.tgz
# cd jwall

# ./runJWall.sh

For Windows:
Download and save the .tgz file.
Unzip the file with WinZip or similar.
Edit the line that starts with "set BASE_DIR=" in the runJWall.bat file.
run JWall by double-clicking the runJWall.bat script

To download and build from CVS:
# mkdir jwall
# cd jwall
# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jwall login
# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jwall co jwall
# ant jar


You can then run the new jar like above
# java -jar bin/jwall.jar &
or use the runJWall scripts

Support

For any questions or comments on the JWall project, please contact
Zachary Link


home | feautures | screenshots | documentation | contact | summary | mailing lists | tasks | cvs

for questions and/or comments on this web site, contact webmaster


The JWall project would like to thank SourceForge.net Logo for their support