• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help regarding JPCAP

 
Greenhorn
Posts: 2
Netbeans IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ME AND MY FRIENDS ARE PUTTING UP THIS NETWORK APPLICATION TO IMPLEMENT AND COMPARE ROUTING ALGORITHMS
WE ARE EXPERIENCING ERROR WHICH IS CONCERNED WITH THE IMPROPER WORKING OF JPCAP
I M ATTASCHING THE ERROR MESSAGE :

Caused by: java.lang.UnsatisfiedLinkError: net.sourceforge.jpcap.capture.PacketCapture.lookupDevices()[Ljava/lang/String;
at net.sourceforge.jpcap.capture.PacketCapture.lookupDevices(Native Method)
at optimizedlinkstaterouting.packet.capture.OptimizedLinkStateRoutingPacketCaptureServer.startPacketCapture(OptimizedLinkStateRoutingPacketCaptureServer.java:31)
at optimizedlinkstaterouting.OptimizedLinkStateRoutingView.startPacketCaptureThread(OptimizedLinkStateRoutingView.java:814)

PLEASE HELP IN SOLVING THIS PROBLEM
 
Sheriff
Posts: 7135
1360
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please KeepItDown
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jpcap needs native libraries to work with; have you added those to the PATH of the machine in question?
 
nithin sasi
Greenhorn
Posts: 2
Netbeans IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


yes i hav added the libraries..... still its not working........
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How, exactly, have you added them?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic