Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
addjava.sh | D | 07-Sep-2024 | 1 KiB | 57 | 35 | |
clean.sh | D | 07-Sep-2024 | 223 | 9 | 2 | |
detect-mac.sh | D | 07-Sep-2024 | 804 | 37 | 27 | |
invoke.sh | D | 07-Sep-2024 | 475 | 23 | 10 | |
readme.txt | D | 07-Sep-2024 | 626 | 26 | 18 | |
test.sh | D | 07-Sep-2024 | 355 | 17 | 9 |
readme.txt
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