diff options
| -rw-r--r-- | debian/java-common.install | 3 | ||||
| -rw-r--r-- | etc/jvm | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/java-common.install b/debian/java-common.install new file mode 100644 index 0000000..6153158 --- /dev/null +++ b/debian/java-common.install @@ -0,0 +1,3 @@ +share/java-common.sh usr/share/java-common +share/jvm-find.sh usr/share/java-common +etc/jvm etc @@ -0,0 +1,6 @@ +# This file defines the default system JVM search order. Each +# JVM should list their JAVA_HOME compatible directory in this file. +# The default system JVM is the first one available from top to +# bottom. + +/usr |
