| 3 |
- |
1 |
# System-wide Java configuration file -*- sh -*-
|
|
|
2 |
#
|
|
|
3 |
# JPackage Project <http://www.jpackage.org/>
|
|
|
4 |
|
|
|
5 |
# Location of jar files on the system
|
|
|
6 |
JAVA_LIBDIR=/usr/share/java
|
|
|
7 |
|
|
|
8 |
# Location of arch-specific jar files on the system
|
|
|
9 |
JNI_LIBDIR=/usr/lib/java
|
|
|
10 |
|
|
|
11 |
# Root of all JVM installations
|
|
|
12 |
JVM_ROOT=/usr/lib/jvm
|
|
|
13 |
|
|
|
14 |
# You can define a system-wide JVM root here if you're not using the
|
|
|
15 |
# default one.
|
|
|
16 |
#
|
|
|
17 |
# If you have the a base JRE package installed
|
|
|
18 |
# (e.g. java-1.6.0-openjdk):
|
|
|
19 |
#JAVA_HOME=$JVM_ROOT/jre
|
|
|
20 |
#
|
|
|
21 |
# If you have the a devel JDK package installed
|
|
|
22 |
# (e.g. java-1.6.0-openjdk-devel):
|
|
|
23 |
#JAVA_HOME=$JVM_ROOT/java
|
|
|
24 |
|
|
|
25 |
# Options to pass to the java interpreter
|
|
|
26 |
JAVACMD_OPTS=
|