Skip site navigation (1)Skip section navigation (2)
Date:      24 May 2001 09:33:06 -0700
From:      Benjamin Hyatt <benski@pacbell.net>
To:        Joe.Warner@smed.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Help with Big Brother AS400 Client
Message-ID:  <990721986.1269.0.camel@udp003761uds.ops.3com.com>
In-Reply-To: <OFB10EB927.B5604A4F-ON87256A56.0054943F@smed.com>
References:  <OFB10EB927.B5604A4F-ON87256A56.0054943F@smed.com>

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

<<Ben


> 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




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