1# 2# Copyright (C) 2017 and later: Unicode, Inc. and others. 3# License & terms of use: http://www.unicode.org/copyright.html 4# 5# Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved 6 7Put '.sh' files in this dir , locally, to be used for Java version bringup 8See addjava below 9 10ex: '1_6.sh' 11------ 12JAVA_HOME=/somewhere/1_6 13#JAVA=java 14#CLASSPATH=foo/bar.jar:/baz 15#VM_OPTS=-Xmx265 16----- 17 18 19You can use the addjava.sh tool, like this - give it the full path to 'java': 20 21 $ addjava.sh /opt/IBM-JDK-1.5/bin/java 22 Created 1_5.sh 23 24IF 1_5.sh alreday exists, a random number will be added to the name of the new file. 25 26