对Jpcapcapture的质疑
我已经安装了Jpcap0.7。我已将 jpcap.jar 复制到必要的文件夹中。
我的程序需要
import jpcap.JpcapHandler;
import jpcap.Jpcap;
import jpcap.Packet;
...
它返回错误“导入无法解析”。我该怎么做才能解决这个错误?我在 Windows Vista 上使用 eclipse。
I have installed Jpcap0.7. I have copied the jpcap.jar in the necessary folder.
My program needs
import jpcap.JpcapHandler;
import jpcap.Jpcap;
import jpcap.Packet;
...
It returns an error "the import cannot be resolved". What do i do to resolve this error? I'm using eclipse on Windows Vista.
您需要告诉Eclipse该jar文件是您项目的一部分。
You need to tell eclipse that this jar file is part of your project.