I am having a Lotus Notes agent written in JavaScript which is using the packages : org.apache.axis.client.Call and
org.apache.axis.client.Service.
But when trying to compile the agent I’m facing error as follows :
package org.apache.axis.client does not exist.
I have downloaded the corresponding package but the error still persists.
I’m not being able to identify the path where the package should be kept to get the package going.
All the related the jsp and class files are present there in the folder axis-1_4\webapps\axis\
the related jar files are there in the folder axis-1_4\lib
and the structure of the required package org.apache.axis.client is present there in the folder
axis-1_4\docs\apiDocs\
I’ve tried to compile the Notes agent with all the corresponding paths defined in the environment variable CLASSPATH.
But the error still persists.
Could anyone please help me in this regard.