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? >From what I've read, I'll need to use a JNI implementation. Does anybody know of any preexisting ones for FreeBSD 5.3? Thanks