summaryrefslogtreecommitdiffstats
path: root/graphics/Alchemy/files/alchemyOpenGL
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Alchemy/files/alchemyOpenGL')
-rw-r--r--graphics/Alchemy/files/alchemyOpenGL9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/Alchemy/files/alchemyOpenGL b/graphics/Alchemy/files/alchemyOpenGL
new file mode 100644
index 0000000000..3239e0cddf
--- /dev/null
+++ b/graphics/Alchemy/files/alchemyOpenGL
@@ -0,0 +1,9 @@
+#!/bin/sh
+#cd `dirname $0`
+cd /usr/share/Alchemy
+if [ -n "$JAVA_HOME" ]; then
+ $JAVA_HOME/bin/java -client -Xmx256m -Dsun.java2d.opengl=true -jar ./Alchemy.jar $*
+else
+ java -client -Xmx256m -Dsun.java2d.opengl=true -jar ./Alchemy.jar $*
+fi
+cd $OLDPWD \ No newline at end of file