From owner-freebsd-questions Wed Dec 1 3:24: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D399D14E9C for ; Wed, 1 Dec 1999 03:24:02 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11t7rU-000EKy-00; Wed, 01 Dec 1999 13:23:52 +0200 From: Sheldon Hearn To: Ariel Burbaickij Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problem with jdk aliviated on very strange manner In-reply-to: Your message of "Tue, 30 Nov 1999 20:57:11 +0100." Date: Wed, 01 Dec 1999 13:23:52 +0200 Message-ID: <55115.944047432@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 30 Nov 1999 20:57:11 +0100, Ariel Burbaickij wrote: > I removed kaffe altogether and afterwards I managed to coerce jdk > components to run.Why is it so strange to me?Because previously > components of jdk were complaining about being not able to FIND > /usr/local/bin/kaffe. I've explained this in private mail, but for the benefit of others: The kaffe package installs its own javac shell script into /usr/local/bin . You probably had /usr/local/bin in your PATH envar already. You probably added /usr/local/jdk1.1.8/bin to the _end_ of your PATH envar. When the shell searched your PATH for javac, it found kaffe's shell script in /usr/local/bin instead of the jdk's binary in /usr/local/jdk1.1.8/bin . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message