_______________________________________________________________________________

	Java Virtual Shelf - WebWader
	Jean-Paul Le Fvre - JP.LeFevre@free.fr

	$Id: README,v 2.0.2.7 2000/10/25 19:21:39 lefevre Exp $
_______________________________________________________________________________

To recompile the package see instructions in INSTALL.

Quick start :

1) define an environment variable JVS_HOME storing the location
   of this JVS package.

2) run one of the scripts in bin : webwader.sh or webwader.bat.
3) open lib/webwader.site to test the program.

   On Unix    : bin/webwader.sh -v -s lib/webwader.site
   On Windows : bin\webwader.bat -v -s lib\webwader.site

Customization :

Scripts necessary to run the application are in the bin subdirectory,
while data files are in lib.

If the JVS package has been decompressed into the directory $JVS_HOME,
update your CLASSPATH environment variable : add $JVS_HOME/lib/jvs.jar.

It is not necessary to recompile the source files.
The archive jvs.jar in lib contains all the class files which are
needed. Default properties are in webwader.properties.

To launch the main application, run : java org.demo.webwader.gui.Traverser

More information about the installation of WebWader is given in
http://jeanpaul.lefevre.free.fr/java/webwader/install.html

Note that some files are not relevant for the WebWader.

Directories
-----------

lib		       Properties, jar files, images ...
bin                    Aliases, scripts ...
include                Pieces of makefiles.
adm	               Administration files.
src                    Top source directory
src/org                Main package org.
src/org/ariane         Packages containing various utilities.
src/org/demo/webwader  Package containing the webwader application.


Links
-----

http://jeanpaul.lefevre.free.fr/java/webwader/index.html
http://jeanpaul.lefevre.free.fr

Paths
-----

/afs/cern.ch/user/j/jplf/soft/JVS
/afs/in2p3.fr/home/j/jplf/soft/JVS

_______________________________________________________________________________
