mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
|
--- 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"
|