Date: Wed, 02 Mar 2005 23:01:15 +0000 From: Chris Hodgins <chodgins@cis.strath.ac.uk> To: Pat Maddox <pergesu@gmail.com> Cc: FreeBSD Java <freebsd-java@freebsd.org> Subject: Re: ICMP in Java Message-ID: <422645BB.4010309@cis.strath.ac.uk> In-Reply-To: <810a540e050302134879860e8c@mail.gmail.com> References: <810a540e050302134879860e8c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Pat Maddox wrote: > 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. Does > anybody 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 > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?422645BB.4010309>