From owner-freebsd-java Wed Mar 7 9:52:53 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 8B88537B718 for ; Wed, 7 Mar 2001 09:52:50 -0800 (PST) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f27Hpju01257; Wed, 7 Mar 2001 18:51:45 +0100 (CET) (envelope-from ernst) Date: Wed, 7 Mar 2001 18:51:45 +0100 From: Ernst de Haan To: Nate Williams Cc: Mike Murphree , freebsd-java@FreeBSD.ORG Subject: Re: Differences in jdk1.2.2-beta? Message-ID: <20010307185144.A1208@c187104187.telekabel.chello.nl> References: <01030711225200.40551@n4cnw.dyndns.org> <20010307184055.A1129@c187104187.telekabel.chello.nl> <15014.29676.54843.83693@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15014.29676.54843.83693@nomad.yogotech.com>; from nate@yogotech.com on Wed, Mar 07, 2001 at 10:46:20AM -0700 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nate, > > Try running this command: > > > > ${JAVA_HOME}/java \ > > -cp ~/jstreet/innoval.jar:~/jstreet/HotJavaBean.jar \ > > innoval.mailer.jstreet > > I don't believe 'java' expands ~ paths, so the user will either have to > use full pathnames (ie; /home/mike/jstreet/innoval/jar') or relative > paths and make sure that the program is always run from the same > directory (ie; ./jstreet/innoval.jar). No, 'java' doesn't, but the shell does. Try to execute this: echo ~ This gives me, on bash: /home/ernst I tested this on 'sh' and 'tcsh' too, both work the same as bash in this respect. -- Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message