Subject: Re: JDK vs Sun-JDK
To: None <muc-lists-netbsd-help@moderators.muc.de>
From: Michael Core <520079546242-0001@t-online.de>
List: netbsd-help
Date: 05/02/2002 22:20:31
David Friggens wrote:

> Is it possible to install both the jdk and sun-jdk13 packages?
> 
> I want to have sun-jdk13 to use Java2, but I also want nhc, which
> depends on jdk.
> 
> When I `make install' one on top of the other it halts and says
> something about them both writing files to the same place.

AFAIK you don't need both. I've installed jdk 1.4.0 from java.sun.com
manually and I've just installed nhc98 successfully. Be sure "javac" is in
your PATH and JAVA_HOME is set. BTW, always use copy & paste when
reporting or referring to error messages.

HTH