Date: Wed, 12 May 2010 08:25:15 -0700 From: Greg Lewis <glewis@eyesbeyond.com> To: Mike Jakubik <mike.jakubik@intertainservices.com> Cc: freebsd-java@freebsd.org Subject: Re: realpath: : No such file or directory Message-ID: <20100512152515.GA75759@misty.eyesbeyond.com> In-Reply-To: <4BEAC59B.9040105@intertainservices.com> References: <4BEAC59B.9040105@intertainservices.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 12, 2010 at 11:13:31AM -0400, Mike Jakubik wrote: > Has anyone noticed the following error message with an up to date > 8-STABLE? It started happening for me when i updated to stable. > > Thanks. > > --- > # java -version > realpath: : No such file or directory > openjdk version "1.6.0" > OpenJDK Runtime Environment (build 1.6.0-b17) > OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) The javavm port uses realpath, so if java is /usr/local/bin/java, then you're using javavm. Is either /bin not in your path or do you not have a /bin/realpath? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100512152515.GA75759>