LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1076|回复: 0

求助:类sun.net.*为何找不到?

[复制链接]
发表于 2006-12-21 08:04:33 | 显示全部楼层 |阅读模式
linux系统下,我的FTPManager.java:类为何找不到

import sun.net.TelnetInputStream;
import sun.net.ftp.FtpClient;

错误信息:

FTPManager.java:8: Class or interface `sun.net.TelnetOutputStream' not found in import.
import sun.net.TelnetOutputStream;
^
FTPManager.java:45: Type `FtpClient' not found in the declaration of the local variable `ftpClient'.
FtpClient ftpClient = new FtpClient();
^
FTPManager.java:65: Type `TelnetInputStream' not found in the declaration of the local variable `is'.
TelnetInputStream is = ftpClient.list();
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表