On Tue, 20 Apr 2021 12:35:02 -0500, Paul Gilmartin wrote: >On Tue, 20 Apr 2021 16:44:04 +0800, Timothy Sipples wrote: >> >>I suggest trying the Java-based IBM Encryption Facility Client first. If >>IBM's client works then you have probably ruled out several possible >>problems such as file transfer-related problems. You can download IBM's >>client here (current link, subject to change): >> >>https://www.ibm.com/servers/resourcelink/svc00100.nsf/pages/ibmEncryptionFacilityForZOsClientV12?OpenDocument >> >I downloaded and extracted this. In the README I see: > 2) Compile the source by issuing the command "javac > com/ibm/encryptionfacility/*.java" > within the root directory that the zip file was extracted to. > >Why is this not distributed as portable byte code? > (more) When I try the above, I get alike on MacOS and Linux: 832 $ javac -version javac 15.0.2 833 $ ( cd *** /efclient && javac com/ibm/encryptionfacility/*.java ) Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 834 $ ... "unsafe"? Not encouraging.
-- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
