• Home
Name Date Size #Lines LOC

..--

addjava.shD07-Sep-20241 KiB5735

clean.shD07-Sep-2024223 92

detect-mac.shD07-Sep-2024804 3727

invoke.shD07-Sep-2024475 2310

readme.txtD07-Sep-2024626 2618

test.shD07-Sep-2024355 179

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