Date: Sat, 27 Feb 1999 23:26:29 -0800 (PST) From: Tom <tom@sdf.com> To: Brendon Rowland <browland@webtime.com.au> Cc: freebsd-java@FreeBSD.ORG Subject: Re: PM Tools on FreeBSD 2.2.7 Message-ID: <Pine.BSF.4.05.9902272324170.26015-100000@misery.sdf.com> In-Reply-To: <199902250107.MAA01637@onesimus.webtime.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902272324170.26015-100000>