home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 25 / IOPROG_25.ISO / SOFT / JavaS / javastar-eval.exe / data1.cab / Program_Files / bat / javastarNamedb.bat < prev   
Encoding:
DOS Batch File  |  1999-02-11  |  663 b   |  16 lines

  1. @echo off
  2. REM ======================================
  3. REM this bat file runs JavaStar with namedb as the default
  4. REM application
  5. REM
  6. REM to use no environment space the bat file
  7. REM runs SUN_JDK\javaw -classpath JAVASTAR;SUN_JDK\lib\classes.zip javastar
  8. REM where
  9. REM    SUN_JDK is the path to jdk
  10. REM    JAVASTAR is the path to javastar
  11. REM
  12. REM ======================================
  13.  
  14. cd "%JAVASTAR%\examples\namedb"
  15. "%SUN_JDK%\bin\javaw" -classpath "%JAVASTAR%\javastar.zip;%SUN_JDK%\classes;%SUN_JDK%\lib\classes.jar;%SUN_JDK%\lib\rt.jar;%SUN_JDK%\lib\i18n.jar;%SUN_JDK%;%SUN_JDK%\lib\classes.zip;%JAVASTAR%\examples\namedb" javastar -app namedb
  16.