This commit is contained in:
moparisthebest
2017-04-20 23:48:55 -04:00
parent 7bbe2ae499
commit 6fc85c9b99
7 changed files with 276 additions and 0 deletions

7
src/jdk6/javaws-launcher Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
if [ -z "$@" ]; then
exec javaws -viewer
else
exec javaws "$@"
fi