Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 2000 20:16:10 +0000
From:      rob <europax@home.com>
To:        Fabio Tonti <staff@guest.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: java installation
Message-ID:  <39E2278A.125C9B29@home.com>
References:  <NDBBLBIHELKJPKCGEAFIEEBGECAA.staff@guest.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Fabio Tonti wrote:
> 
> Hi,
> I need to work setup java on my freebsd.
> 
> I installed ports /usr/ports/java/jdk
> 
> and I done:
> make
> make install
> make clean
> 
> as descripted on www.freebsd.org/java.
> 
> At the end i tried the command
> 
> java
> 
> but it results
> 'command not found'
> 
> Can anyone tell me what is wrong?
> 
> Ciao,
> -------------------------------------------
>              dott. Fabio Tonti
>                staff GUEST
>         0541 60.64.60 0541 692.093
>       WWW.GUEST.NET - WWW.MEDIACOM.SM
> -------------------------------------------
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

You have to put the directory with your java binaries in your path.  For
example I use in .bash_profile:

export PATH=/usr/local/jdk1.1.8:$PATH


Hope that helps,  Rob.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39E2278A.125C9B29>