To set up the Scivis system,
If you properly download a file and untar the file, you will see the following directory structure.
sv1_0
|
--------------------------------------------
| | | | |
api config filter sv_lib README
|
user
|
dist
install_dir/sv_lib/scivis.jar
install_dir/sv_lib/swing.jar
install_dir/sv_lib/motif.jar
install_dir/sv_lib/windows.jar
install_dir/filter
Where install_dir is your installation directory.
As an example,
% setenv CLASSPATH install_dir/sv_lib/scivis.jar:install_dir/sv_lib/swing.jar:...or for Windows
c:\> set CLASSPATH=install_dir\sv_lib\civis.jar;install_dir\sv_lib\swing.jar:...
% java svserver [-p port_number] [-s configuration_directory]
Can you see the Scivis server window like following picture? Ok, you are done.
For further information, see the User Guide.
Please direct any questions to (scott@npac.syr.edu or bki5@npac.syr.edu).