Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Sep 2007 01:04:50 -0700
From:      Rudy Rucker <crapsh@monkeybrains.net>
To:        freebsd-current@freebsd.org
Subject:   how-to build native JDK15 in FreeBSD 7
Message-ID:  <46DD11A2.9070207@monkeybrains.net>

next in thread | raw e-mail | index | archive | help

[HOW-TO]

The diablo-jdk15 port didn't work for me.  It used the FreeBSD6 build.

This method worked for me, so I grabbed the FreeBSD 5 version and 
installed it.  Then, from the port, I built a native jdk15.

Downlaod diablo-jdk-freebsd5.i386.1.5.0.07.01.tbz and then run these 
commands:

pkg_add -r compat5x
pkg_add diablo-jdk-freebsd5.i386.1.5.0.07.01.tbz

then build the native port:
  cd /usr/ports/java/jdk15 && make install

(You will manually have to download some files -- follow the instructions.)

(note, your kernel config needs FreeBSD 5 compat built into it... the 
generic FreeBSD 7 kernel has this.)


Rudy




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46DD11A2.9070207>