Skip site navigation (1)Skip section navigation (2)
Date:      31 May 2001 09:38:54 -0700
From:      Benjamin Hyatt <benski@pacbell.net>
To:        David Dooley <dpd@raffles-it.com>
Cc:        freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: Airport 1.4.3
Message-ID:  <991327148.987.2.camel@localhost.localdomain>
In-Reply-To: <200105302231.f4UMVjq71707@arrow.lan.raffles-it.com>
References:  <200105302231.f4UMVjq71707@arrow.lan.raffles-it.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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,
<<Ben

> David Dooley




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?991327148.987.2.camel>