From owner-freebsd-questions Thu May 24 9:32: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from udp003761uds.ops.3com.com (pc-40-103.corp.3com.com [139.87.40.103]) by hub.freebsd.org (Postfix) with ESMTP id E323637B422 for ; Thu, 24 May 2001 09:32:02 -0700 (PDT) (envelope-from benski@pacbell.net) Received: (from bhyatt@localhost) by udp003761uds.ops.3com.com (8.11.2/8.11.2) id f4OGX7s01564; Thu, 24 May 2001 09:33:07 -0700 X-Authentication-Warning: udp003761uds.ops.3com.com: bhyatt set sender to benski@pacbell.net using -f Subject: Re: Help with Big Brother AS400 Client From: Benjamin Hyatt To: Joe.Warner@smed.com Cc: freebsd-questions@freebsd.org In-Reply-To: References: Content-Type: text/plain X-Mailer: Evolution/0.10 (Preview Release) Date: 24 May 2001 09:33:06 -0700 Message-Id: <990721986.1269.0.camel@udp003761uds.ops.3com.com> 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 24 May 2001 09:38:05 -0600, Joe.Warner@smed.com wrote: > #!/bin/sh > PATH="$PATH:/usr/bin/jre1.2.2/bin" > java -cp > /usr/local/bin/bb/java/bbas400.jar:/usr/local/bin/bb/java/jt400.jar > com.shenmfg.AS400BBAgent /usr/local/bin/bb/java/server.properties & What does java -version say? Someone correct me if I'm wrong here, but I believe -cp is only present in java 1.2.x + If version is 1.1.8, try running with java -classpath < I can't get this to work. I have posted to the BB > mailing list but haven't gotten a response. > > When I try to run the script, I get an error that says "-cp" > is an invalid arguement. > > Plus, I don't have /usr/bin/jre1.2.2/bin > I installed the Java Developers Toolkit from > /usr/ports/java/jdk > > Can anyone help me? > > Do I need to post this on -hackers instead? > > Thanks > > Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message