I have a java program with this statement 

import org.apache.commons.logging.Log

Googling around it appears that this should be part of a package called 
commons-codec*.jar where the asterix may or may not be a release number like  
commons-codec-1.10.jar.

Doing a find on my z/OS system for this jar I get the following 

IBMUSER:/VERSYSB/usr/lpp: >find . -name "commons-codec*.jar" -print
./zWebSphere_OM/V7R0/FPW20/web2fep/optionalLibraries/Feed/dependencies/commons-codec-1.3.jar
./zWebSphere_OM/V7R0/FPW20/web2fep/optionalLibraries/jaxrs/commons-codec-1.3.jar
./zWebSphere_OM/V7R0/FPW20/web2fep/optionalLibraries/jaxrs_1.X/commons-codec.jar
./zWebSphere_OM/V7R0/FPW20M/web2mobilefep_1.1/optionalLibraries/Feed/dependencies/commons-codec-1.3.jar
./zWebSphere_OM/V7R0/FPW20M/web2mobilefep_1.1/optionalLibraries/jaxrs_1.X/commons-codec.jar

I set my CLASSPATH to one of the directories (the last as it happens)

CLASSPATH=/usr/lpp/zWebSphere_OM/V7R0/FPW20M/web2mobilefep_1.1/optionalLibraries/jaxrs_1.X

and issued the javac command to compile the program.  I got 

RemoteServer.java:19: package org.apache.commons.logging does not exist
import org.apache.commons.logging.Log;

Why can't I get the logging library to resolve?

Thank you!
Janet

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

Reply via email to