home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / DALiworld / data1.cab / Miscellaneous / daliworld next >
Text File  |  2001-08-06  |  408b  |  12 lines

  1. #!/bin/sh
  2.  
  3. # DALiWorld Script - this script launches the DALiWorld application.
  4. # Author : Todd Papaioannou
  5. # Date   : Jan 2001
  6. #
  7. # Note: The script assumes that you already have the java executable in
  8. # your PATH.
  9.  
  10. java -Xms64M -Xmx256M -classpath $CLASSPATH:.:libs/IDebug.jar:libs/SunDevTools.jar:jars/DALiWorld.jar:libs/jaxp.jar:libs/crimson.jar:./source soba.Absynthe -mediapath media/ $@ 
  11.