Add jdk6
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$@" ]; then
|
||||
exec javaws -viewer
|
||||
else
|
||||
exec javaws "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user