On Sunday 30 April 2006 10:56 pm, Dave Feustel wrote: > This is a very well written article for new users of OpenBSD: > > http://www.softwareinreview.com/cms/content/view/34/1/ > > One question I have: Is the description in the article of what's > required to install Java on OpenBSD correct?
The only thing that looked incorrect to me was the lack of a jre package. The port builds two packages; one for the jdk and one for the jre. You can install the jre using pkg_add or SUBPACKAGE=-jre make install. -Kurt