diff options
Diffstat (limited to 'abs/extra-testing/community/jre/jre.profile')
-rw-r--r-- | abs/extra-testing/community/jre/jre.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/extra-testing/community/jre/jre.profile b/abs/extra-testing/community/jre/jre.profile new file mode 100644 index 0000000..af3e373 --- /dev/null +++ b/abs/extra-testing/community/jre/jre.profile @@ -0,0 +1,4 @@ +export PATH=$PATH:/opt/java/jre/bin +if [ ! -f /etc/profile.d/jdk.sh ]; then + export JAVA_HOME=/opt/java/jre +fi |