| 22 |
# They can also be used for the JAVA_FLAVOR environment variable, see |
# They can also be used for the JAVA_FLAVOR environment variable, see |
| 23 |
# java-wrappers(7). |
# java-wrappers(7). |
| 24 |
|
|
| 25 |
|
# default runtime |
| 26 |
|
__jvm_default="/usr/lib/jvm/default-java" |
| 27 |
|
|
| 28 |
# Sun runtimes |
# Sun runtimes |
| 29 |
__jvm_sun4="/usr/lib/j2*1.4-sun" |
__jvm_sun4="/usr/lib/j2*1.4-sun" |
| 30 |
__jvm_sun5="/usr/lib/jvm/java-1.5.0-sun /usr/lib/j2*1.5-sun" |
__jvm_sun5="/usr/lib/jvm/java-1.5.0-sun /usr/lib/j2*1.5-sun" |
| 64 |
|
|
| 65 |
|
|
| 66 |
# All JVMs |
# All JVMs |
| 67 |
__jvm_all="/usr/lib/jvm/* $__jvm_ibm $__jvm_sun4 $__jvm_sablevm $__jvm_kaffe" |
__jvm_all="$__jvm_default /usr/lib/jvm/* $__jvm_ibm $__jvm_sun4 $__jvm_sablevm $__jvm_kaffe" |
| 68 |
|
|
|
# Probably here should come a few meaningful global aliases. |
|
| 69 |
|
# Probably here should come a few meaningful global aliases. |