I'm writing an app that needs to send out ICMP packets. ICMP isn't supported in Java until 1.5, and it looks like 1.5 is alpha and shouldn't be used for production. Is that correct?
Yes that's accurate I believe.
From what I've read, I'll need to use a JNI implementation. Doesanybody know of any preexisting ones for FreeBSD 5.3? Thanks
Yes you will have to use the JNI api. Try googling "java jni icmp". If you are just after a ping I am sure there are quite a few examples out there.
Chris
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "[EMAIL PROTECTED]"
_______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"