Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

com\jcraft\jsch\UserInfo.class

843789Sep 6 2010 — edited Sep 7 2010
why 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??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2010
Added on Sep 6 2010
4 comments
957 views