From owner-freebsd-questions Thu May 31 9:41:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.3com.com (topaz.3com.com [192.156.136.158]) by hub.freebsd.org (Postfix) with ESMTP id 38BE137B422; Thu, 31 May 2001 09:41:34 -0700 (PDT) (envelope-from benski@pacbell.net) Received: from opal.3com.com (opal.3com.com [139.87.50.117]) by topaz.3com.com (Switch-2.1.1/Switch-2.1.0) with ESMTP id f4VGb8A20155; Thu, 31 May 2001 09:39:38 -0700 (PDT) Received: from atsun04.ops.3com.com (atsun04.OPS.3Com.COM [139.87.90.55]) by opal.3com.com (Switch-2.1.1/Switch-2.1.0) with ESMTP id f4VGctc21475; Thu, 31 May 2001 09:39:00 -0700 (PDT) Received: from wsp041861wss.OPS.3Com.COM (wsp041861wss.OPS.3Com.COM [139.87.40.163]) by atsun04.ops.3com.com (8.9.3+Sun/8.9.1) with ESMTP id JAA16362; Thu, 31 May 2001 09:37:14 -0700 (PDT) Subject: Re: Airport 1.4.3 From: Benjamin Hyatt To: David Dooley Cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG In-Reply-To: <200105302231.f4UMVjq71707@arrow.lan.raffles-it.com> References: <200105302231.f4UMVjq71707@arrow.lan.raffles-it.com> Content-Type: text/plain X-Mailer: Evolution/0.10 (Preview Release) Date: 31 May 2001 09:38:54 -0700 Message-Id: <991327148.987.2.camel@localhost.localdomain> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 30 May 2001 23:31:45 +0100, David Dooley wrote: > Now when I try and run the airport script in /usrlocal/bin and it now > complains that class files are missing. The port installed some > '*.jar' files in the /usr/local/share/java directory, but nothing in > the classes subdirectory nor any where else on the system that I can > find. Does the "AirportBaseStationConfigurator" class exist in the jar(s)? Run jar -tvf and check to see if the class is there > If I try and run the script '/usr/local/bin/airport' the error is > 'Can't find class AirportBaseStationConfigurator' or script > '/usr/local/bin/airmodem' the error is 'Can't find class > AirportBaseStationHangup' or script '/usr/local/bin/hostmon' the > error is 'Can't find class HostMonitor' and finally the script > '/usr/local/bin/linkmon' the error is 'Can't find class LinkMonitor' If you are using jdk 1.2.x +, make sure to run the java app with -cp. Classpath value pointing to the jar(s) location of course. Hope that helps, < David Dooley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message