On 16/03/2016 9:18, Janet Graff wrote:
I searched for the commons-code*.class files and didn't find them.  Does 
WebSphere and/or Rational Developer not provide the class files for these 
common java routines?

Janet

Apache Commons is a project creating various reusable Java components. It's not part of the Apache web server. It doesn't surprise me if most of Apache Commons is not distributed with z/OS (I'm more surprised if much is).

I wouldn't expect to find logging in the org.apache.commons.codec jar. Codec is various encoders and decoders. The logging jar should be called commons-logging*.jar.

You may have to download it from Apache Commons. Apache commons is at:
https://commons.apache.org/
Apache Commons logging is at
https://commons.apache.org/proper/commons-logging/

Being Java, you should be able to just download the jar, do a binary transfer to z/OS and it should work.

Andrew Rowley

--
Andrew Rowley
Black Hill Software
+61 413 302 386

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to