0

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.

cHao
  • 84,970
  • 20
  • 145
  • 172
KS2
  • 21
  • 4

1 Answers1

0

You need to tell eclipse that this jar file is part of your project.

Robin Green
  • 32,079
  • 16
  • 104
  • 187