Laurent Buhler

Results 11 comments of Laurent Buhler

I struggled with `udev` conf for a while, trying to bypass something that looks to be an `ios usb mux`, and gave up :( The solution I found is to...

make sure you don't dedicated a controller used by your host and qEMU

not yet :( I would work on it but have no access to an IPv6 stack for the moment

Hey Joe, 1- Which flavor of *nix are your running ? 2- On that system what is the result of a ping command (where you specify packet size and timeout)...

Joe, The stack trace shows that the library is not using JNA, but execution a ping command. Are you sure libicmp4jJNA.so is in your class path ? L.

Wonder where you saw that: > Doing some further digging, I read that ICMP4J only uses JNA on Windows, but invokes the terminal ping command on Unix, so why would...

ok, we have to update the doc then! If your class path is correct and ICMP4J doesn't uses JNA, it's possible that the provided library is incompatible with your system,...

Joe, Refer to Maven's doc to use a native library at runtime. Anyways, please use SourceForge for questions as it's the official site for Icmp4j. The parsing issue will be...

can you post attach the code ?

Olá, you are running on a nix platform (linux or OSX) right ? I think the `icmp4j.jar` you use don't have the additional `JNA` or `JNI` libraries needed. try using...