com\jcraft\jsch\UserInfo.class
843789Sep 6 2010 — edited Sep 7 2010why can Netbeans find
import com.jcraft.jsch.JSch;
but not
import com.jcraft.jsch.UserInfo;
I have added jars
jsch-0.1.43
AND jsch-0.1.18
I can see com\jcraft\jsch\UserInfo.class in jsch-0.1.43 using WINRAR
but I get:
cannot find symbol
symbol: class UserInfo
location: package com.jcraft.jsch
import com.jcraft.jsch.UserInfo; //not found
import com.jcraft.jsch.Channel; //not found
import com.jcraft.jsch.JSch; // found
import com.jcraft.jsch.JSchException; // found
import com.jcraft.jsch.Session; // found
whats teh difference??