Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2010 11:30:40 -0400
From:      Mike Jakubik <mike.jakubik@intertainservices.com>
To:        freebsd-java@freebsd.org
Cc:        glewis@FreeBSD.org
Subject:   Re: realpath: : No such file or directory
Message-ID:  <4BEAC9A0.4050105@intertainservices.com>
In-Reply-To: <20100512152515.GA75759@misty.eyesbeyond.com>
References:  <4BEAC59B.9040105@intertainservices.com> <20100512152515.GA75759@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/12/2010 11:25 AM, Greg Lewis wrote:
> 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?
>
>    

Yes, it seems that this is a problem with the javavmwrapper. I havent 
changed my PATH or deleted realpath.

root@staging.local:~# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
root@staging.local:~# /bin/realpath
usage: realpath [-q] path [...]




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BEAC9A0.4050105>