I am trying to use the com.jcarft.JSch classes in my Mapper.
The lib already exists in the MecMapGen and MecMapSer lib folders
I added the jar file already to the mapper.
Thanks
Kailash
try using the WHOLE path to reference it.
i.e.com.jcraft.JSch jsch = new com.jcraft.JSch();
Sometimes it's a bit obstinate.
thanks , that's what I did and used it, though it says the code is incorrect, it works.
thanks