Subject: Re: JDK for NetBSD?
To: Michael Core <520079546242-0001@t-online.de>
From: dmelton@banzuke.com <dmelton@banzuke.com>
List: netbsd-help
Date: 05/20/2002 14:51:03
Thanks, Michael and everyone!

I hadn't looked as far down as the "s" section for java stuff.
java.sun.com didn't show anything for NetBSD, so I didn't 
look for an official Sun implementation.  I'll give it a try!

Thanks again,
  Dave

> dmelton@banzuke.com (dmelton@banzuke.com) wrote:
> 
> > I've spent the last couple of days hunting around for
> > information about Java implementations for NetBSD.
> > I downloaded the JDK1.1.8 stuff from ftp.netbsd.org,
> > but I haven't found any installation docs, and it
> > doesn't want to work for me out-of-the-box:
> > 
> > $ javac HelloWorld.java
> > /usr/libexec/ld.so: java: libm.so.0.1: No such file or directory
> 
> You should install JDK 1.4.0 from "/usr/pkgsrc/lang/jdk" or
> "/usr/pkgsrc/lang/sun-jdk13" or just the JRE from
> "/usr/pkgsrc/lang/sun-jre13". 
> 
> HTH
> Michael