java for freebsd
Posted
by
rawman
on Server Fault
See other posts from Server Fault
or by rawman
Published on 2011-02-19T15:11:03Z
Indexed on
2011/02/19
15:26 UTC
Read the original article
Hit count: 220
I am trying to install java on freebsd 7.X and i have done following thing so far
download the tar file from this link and store the file in
cd /usr/ports/distfiles/
after that i run
cd /usr/ports/java/diablo-jre16 or
cd /usr/ports/java/diablo-jdk16
make config install clean
and uncheck all the options in config screen
now after doing all this now i am getting following message to indicate for amd version even if my server is using intel Core2Quad Q9550 2.83 GHz
mail# make install ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for diablo-jdk-1.6.0.07.02_12
Because of licensing restrictions, you must fetch the distribution manually.
Please access
http://www.FreeBSDFoundation.org/cgi-bin/download?download=diablo-caffe-freebsd7-amd64-1.6.0_07-b02.tar.bz2
with a web browser and "Accept" the End User License Agreement for "Caffe Diablo 1.6.0".
Please place the downloaded file(s) in /usr/ports/distfiles.
* Error code 1
Stop in /usr/ports/java/diablo-jdk16. mail#
(as before i was getting error for tzupdater so i downloaded tzupdater-1_3_29-2010f.zip and put it in a cd /usr/ports/distfiles/ folder)
© Server Fault or respective owner