| 1 |
@echo off |
|---|
| 2 |
rem |
|---|
| 3 |
rem ************* <auto-copyright.pl BEGIN do not edit this line> ************* |
|---|
| 4 |
rem |
|---|
| 5 |
rem VR Juggler is (C) Copyright 1998, 1999, 2000 by Iowa State University |
|---|
| 6 |
rem VRJuggler |
|---|
| 7 |
rem Copyright (C) 1997,1998,1999,2000 |
|---|
| 8 |
rem Iowa State University Research Foundation, Inc. |
|---|
| 9 |
rem All Rights Reserved |
|---|
| 10 |
rem |
|---|
| 11 |
rem Original Authors: |
|---|
| 12 |
rem Allen Bierbaum, Christopher Just, |
|---|
| 13 |
rem Patrick Hartling, Kevin Meinert, |
|---|
| 14 |
rem Carolina Cruz-Neira, Albert Baker |
|---|
| 15 |
rem |
|---|
| 16 |
rem This library is free software; you can redistribute it and/or |
|---|
| 17 |
rem modify it under the terms of the GNU Library General Public |
|---|
| 18 |
rem License as published by the Free Software Foundation; either |
|---|
| 19 |
rem version 2 of the License, or (at your option) any later version. |
|---|
| 20 |
rem |
|---|
| 21 |
rem This library is distributed in the hope that it will be useful, |
|---|
| 22 |
rem but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 23 |
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 24 |
rem Library General Public License for more details. |
|---|
| 25 |
rem |
|---|
| 26 |
rem You should have received a copy of the GNU Library General Public |
|---|
| 27 |
rem License along with this library; if not, write to the |
|---|
| 28 |
rem Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
|---|
| 29 |
rem Boston, MA 02111-1307, USA. |
|---|
| 30 |
rem |
|---|
| 31 |
rem ----------------------------------------------------------------- |
|---|
| 32 |
rem File: $RCSfile$ |
|---|
| 33 |
rem Date modified: $Date$ |
|---|
| 34 |
rem Version: $Revision$ |
|---|
| 35 |
rem ----------------------------------------------------------------- |
|---|
| 36 |
rem |
|---|
| 37 |
rem ************** <auto-copyright.pl END do not edit this line> ************** |
|---|
| 38 |
@echo on |
|---|
| 39 |
|
|---|
| 40 |
java -DVJ_BASE_DIR=%VJ_BASE_DIR% -DVJ_SHARE_DIR=%VJ_BASE_DIR%/#VJ_SHARE_DIR# -cp %VJ_BASE_DIR%/bin/VjControl.jar VjGUI.VjControl %1 %2 %3 %4 %5 %6 %7 %8 %9 |
|---|