sam
sam

Reputation: 120

How to install Jpcap for Ubuntu

This may seem a very stupid question, but I'm facing a lot of trouble with installing jpcap.
I'm new to Ubuntu and unaware of it's architecture, it would be very helpful if you could tell me the process step by step with descriptions.
Presently I'm having the files jpcap-0.7.tar.gz, bison-2.4.1.tar.bz2, m4-1.4.13.tar.gz, flex-2.5.35.tar.gz, libpcap-1.3.0.tar.gz. I read somewhere that these files are required for installing jpcap...
Thanks in advance.

Upvotes: 2

Views: 4350

Answers (1)

Shubham Saini
Shubham Saini

Reputation: 738

Installing from a DEB will be your best bet.

For 32bit edition: http://netresearch.ics.uci.edu/kfujii/Jpcap/jpcap-0.7.deb

For 64bit edition: http://ptcoding.googlecode.com/files/jpcap0.7_amd64.deb

Then if you are using Eclipse IDE, put the jar in /proj/lib folder and add it to the build path.

Upvotes: 3

Related Questions