From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 21:48:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A3C516A4CE for ; Wed, 2 Mar 2005 21:48:53 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1097043D31 for ; Wed, 2 Mar 2005 21:48:53 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so307626wri for ; Wed, 02 Mar 2005 13:48:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=U1SikS2lo6On7DucCK5oeQHriS0KXvGMhHYQTsHRROtDKoifvcpBBxaYGFYqG2nQARaklN8YQCBSbUCWcm/kLxTL6vLm5tuj+PKslSbbcFHH99Mr4yUix2Z4Mh+g6c/uRoOkw9XcNCThqTml/GUBY2LpXJPudtOrOKnhq/eFL0I= Received: by 10.54.28.69 with SMTP id b69mr39253wrb; Wed, 02 Mar 2005 13:48:52 -0800 (PST) Received: by 10.54.42.28 with HTTP; Wed, 2 Mar 2005 13:48:52 -0800 (PST) Message-ID: <810a540e050302134879860e8c@mail.gmail.com> Date: Wed, 2 Mar 2005 14:48:52 -0700 From: Pat Maddox To: FreeBSD Questions , FreeBSD Java Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ICMP in Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 21:48:53 -0000 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