--- starlogo-unix.orig Wed Sep 22 08:15:23 1999 +++ starlogo-unix Sun Nov 14 19:52:57 1999 @@ -1,3 +1,3 @@ -echo Warning: You might need to make the native stack size bigger -echo on the java command line in order to run StarLogo. -java -classpath .:./starlogo.jar starlogo.Toplevel compiler "init 100" +#!/bin/sh +cd @@PREFIX@@/share/java/starlogo/projects +java -Djava.compiler=tya -classpath @@PREFIX@@/share/java/starlogo/starlogo.jar:@@PREFIX@@/share/java/starlogo:@@PREFIX@@/jdk@@JDK_VERSION@@/lib/classes.zip starlogo.Toplevel compiler "init 100"