| |
| Download
the Complete Files |
 |
vms_92020.jar
(951,842,107
bytes) |
| |
|
| Directions |
 |
1. Ensure that the file is
transported to the target OpenVMS machine in binary mode. You first need
the set up your Java environment (Version 1.2.2 minimum)
$!
$! Note: if the System Administrator performed the Java installation in
a
$! different directory the next line needs to be corrected accordingly.
$!
$ @sys$startup:JAVA$122_SETUP.COM
$ JAVA$M_UNIX_AND_VMS = 8Â Â Â ! from
setup script
$ option_string = JAVA$M_UNIX_AND_VMS
$ define/job/nolog JAVA$FILENAME_CONTROLS 'option_string'
$ write sys$output "JAVA$FILENAME_CONTROLS reset to: ''option_string'
(for OUI)"
$!
$! The following are needed for long file names & case preservation
on ODS-5.
$ define/nolog DECC$ARGV_PARSE_STYLE ENABLE ! preserve argv
case
$ define/nolog DECC$EFS_CASE_PRESERVE ENABLE ! enable ODS-5
names (C RTL)
$ define/nolog DECC$EFS_CASE_SPECIAL ENABLE ! enable
ODS-5 names
$ define/nolog DECC$EFS_CHARSET ENABLE
! enable ODS-5 names
$! |
 |
2. Now unjar the downloaded
file:
$ jar xf VMS_92020.jar |