After jdk1.4.2p7 installs, it doesn't modify /etc/manpath.conf so that one can use the man pages that get installed in /usr/local/jdk1.4.2/man. Fix: 'echo OPTIONAL_MANPATH /usr/local/jdk1.4.2/man >> /etc/manpath.config' How-To-Repeat: Try to do "man java".
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
Responsible Changed From-To: freebsd-ports-bugs->phantom Over to maintainer
Responsible Changed From-To: phantom->freebsd-java Reassign from phantom since he has been inactive for more than one year. Hat: gnats-admin
State Changed From-To: open->closed The problem with the suggested approach is that often people will install multiple JDKs -- then which one do they want to see the manual pages for? I've made javavmwrapper support displaying manual pages with manvm(1), which allows ones to select the JDK you want to see the manual pages for. I think, in essence, that addresses your problem.