From owner-freebsd-java Sun Feb 28 0:31:14 1999 Delivered-To: freebsd-java@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with SMTP id D5CA715123 for ; Sun, 28 Feb 1999 00:31:11 -0800 (PST) (envelope-from tom@sdf.com) Received: from tom by misery.sdf.com with esmtp (Exim 1.82 #3) id 10H0cU-0006m6-00; Sat, 27 Feb 1999 23:26:34 -0800 Date: Sat, 27 Feb 1999 23:26:29 -0800 (PST) From: Tom To: Brendon Rowland Cc: freebsd-java@FreeBSD.ORG Subject: Re: PM Tools on FreeBSD 2.2.7 In-Reply-To: <199902250107.MAA01637@onesimus.webtime.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Feb 1999, Brendon Rowland wrote: > Get the following error(s) whether using jdk1.1.7 or jdk1.1.6 (haven't tr= ied > just jre) >=20 > Class not found: PMCommand > =80 this happens whenever I try any pmcommand (eg pmcommand -help) Nothing is wrong. pmcommand is a shell script that depends on the current directory. You can only run it from the directory it exists in, or the shell script won't be able to find the class file properly. You can code the path in, and then pmcommand could be called from any directory. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message