home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem Simple.bat - starts up the Simple java application
- rem
- rem Please note that java and jre are case-sensitive in regards to
- rem the class name in the java source file matching that of the class file.
- rem (i.e. they need to be identical in case and name).
- rem
- rem Use the following command if you have installed JRE 1.1.5 and
- rem your CLASSPATH was modified by the Oracle Video Client setup to
- rem include the ovc.jar in the path.
- rem
- @echo on
- jre -cp %CLASSPATH%;. Simple
- @echo off
- rem
- rem Use the following if you do have JDK 1.1.5 installed.
- rem java Simple
-