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.
Asked
Active
Viewed 4,300 times
2

S.L. Barth is on codidact.com
- 8,198
- 71
- 51
- 66

sam
- 120
- 1
- 8
-
This Is the error i'm getting while executing the file Exception in thread "main" java.lang.UnsatisfiedLinkError: no jpcap in java.library.path – sam Sep 14 '12 at 14:08
-
This forum is for typical programming problems, if you want to contact CAME facilities help you do better the next: http://serverfault.com/ – Manu Navarro Sep 14 '12 at 14:23
-
The JPCAP documentation seems to tell you what to do, http://netresearch.ics.uci.edu/kfujii/Jpcap/doc/install.html , and it's likely there's documentation inside jpcap-0.7.tar.gz as well. – nos Sep 14 '12 at 14:35
-
You could also use the Ubuntu StackExchange site: [askubuntu.com](http://askubuntu.com) – Brian Sep 14 '12 at 15:37
-
Thanks for the Reply guyz.. I Had read The Documentation but still Im facing this error – sam Sep 14 '12 at 17:01
-
Solved thanks to all for the reply – sam Sep 16 '12 at 14:54
1 Answers
3
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.

Shubham Saini
- 738
- 3
- 8
- 18
-
Neither of those links exist anymore. Where can I find a 64-bit DEB? – 11101101b Sep 08 '16 at 17:23
-