From owner-freebsd-questions Fri Apr 20 12:22:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.communityconnect.com (mail.communityconnect.com [209.10.169.57]) by hub.freebsd.org (Postfix) with ESMTP id B50A937B42C for ; Fri, 20 Apr 2001 12:22:10 -0700 (PDT) (envelope-from marius@mail.communityconnect.com) Received: from amavis by mail.communityconnect.com with scanned-ok (Exim 3.20 #1) id 14qgTp-00042O-00 for questions@freebsd.org; Fri, 20 Apr 2001 15:22:09 -0400 Received: from [206.28.215.90] (helo=dt-9-45.hq.communityconnect.com) by mail.communityconnect.com with esmtp (Exim 3.20 #1) id 14qgTo-00040u-00 for questions@FreeBSD.org; Fri, 20 Apr 2001 15:22:08 -0400 Date: Fri, 20 Apr 2001 15:22:11 -0400 (EDT) From: Marius X-Sender: marius@utterlux.hq.communitconnect.com To: questions@FreeBSD.org Subject: /usr/ports/airport Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anybody here have luck with setting up an Mac airport base? Can't quite get this port to work. I have the lastest sources and ports available, as well as the dependencies: airport-1.3 unzip-5.42 jdk-1.1.8 jfc-1.1.1 javavmwrapper-1.1 compat3.x is installed. I downloaded and made JFC/Swing 1.1.1 by hand as the instructions said. Yet when I run it: >milux# /usr/local/bin/airport >-cp: illegal argument >Usage: java_X [-options] class > >where options include: > -help print out this message > -version print out the build version > -v -verbose turn on verbose mode > -debug enable remote JAVA debugging > -noasyncgc don't allow asynchronous garbage collection > -verbosegc print a message when garbage collection occurs > -noclassgc disable class garbage collection > -cs -checksource check if source is newer when loading classes > -ss set the maximum native stack size for any thread > -oss set the maximum Java stack size for any thread > -ms set the initial Java heap size > -mx set the maximum Java heap size > -D= set a system property > -classpath > list directories in which to look for classes > -prof[:] output profiling data to ./java.prof or ./ > -verify verify all classes when read in > -verifyremote verify classes read in over the network [default] > -noverify do not verify any class Right, I see what the error is. /usr/local/bin/airport is simply a shell script: (forgive the long line here, I broke it up where I could.) exec /usr/local/bin/javavm -cp \ "/usr/local/share/java/classes/jfc-1.1.1/swingall.jar:/usr/local/share/airport/AirportBaseStationConfig.jar" \ AirportBaseStationConfigurator Either the port is wrong or I am missing something really obvious. Anyone have a clue? -Marius M. Rex marius@mail.communityconnect.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message