aboutsummaryrefslogtreecommitdiff
path: root/lang/starlogo/files/patch-aa
blob: 9e1fef7d5fb418dd4004c1075cc8cc35a8fe4423 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- 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"