summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-06-14 18:16:11 +0000
committerSven Gothel <[email protected]>2009-06-14 18:16:11 +0000
commitdc808fb9d4b01f4b6e9d0be6c4c4b225c17635d3 (patch)
tree2907f2a2e3da4a4fd44a6b841aa48c1f8593d90e
parent1e1137d2565c9b0978a05ac4e62ae897e43413b9 (diff)
Comply with JOGL2 changes revision 1947
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@347 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rwxr-xr-xjava-macosx-mainthread.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/java-macosx-mainthread.sh b/java-macosx-mainthread.sh
new file mode 100755
index 0000000..37d1fb4
--- /dev/null
+++ b/java-macosx-mainthread.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+java -XstartOnFirstThread com.sun.javafx.newt.util.MainThread $*