home *** CD-ROM | disk | FTP | other *** search
/ Oracle Video Server 3.0.3.1 / OracleVideoClient3.0.3.iso / java / simple.bat < prev    next >
Encoding:
DOS Batch File  |  1997-12-18  |  601 b   |  18 lines

  1. @echo off
  2. rem  Simple.bat - starts up the Simple java application
  3. rem
  4. rem  Please note that java and jre are case-sensitive in regards to 
  5. rem  the class name in the java source file matching that of the class file.
  6. rem  (i.e. they need to be identical in case and name).
  7. rem
  8. rem  Use the following command if you have installed JRE 1.1.5 and
  9. rem  your CLASSPATH was modified by the Oracle Video Client setup to
  10. rem  include the ovc.jar in the path.
  11. rem  
  12. @echo on
  13. jre -cp %CLASSPATH%;. Simple
  14. @echo off
  15. rem
  16. rem  Use the following if you do have JDK 1.1.5 installed.
  17. rem  java Simple
  18.