0

I am using Windows 7 64bit. Currently, I have Netbeans 7.3 and jdk1.7.0_25 installed on my PC. I am trying to import JPCAP library to my project which I download from: http://sourceforge.net/projects/jpcap/. But when I try to use the library : import jpcap.*; (there's red color underline on "jpcap") and the error message is : package jpcap does not exist. Unused Import. Can anybody help me to figure this out. Thank's a lot.

Zh handry
  • 1
  • 1
  • 1

1 Answers1

1

At first, JPCAP doesn't work on 64-bit platform(only 32-bit), and to use it you must download 32-bit jdk and 32-bit ide and install them on your pc. Second, to include JPCAP you must do some stuff, this video will be so useful.

Muhammed Refaat
  • 8,914
  • 14
  • 83
  • 118