Date: Wed, 5 Mar 1997 18:54:54 -0700 (MST) From: Nate Williams <nate@mt.sri.com> To: Kyle Mestery <mestery@cobber.cord.edu> Cc: Nate Williams <nate@mt.sri.com>, freebsd-hackers@freebsd.org Subject: Re: Java awt support? Message-ID: <199703060154.SAA10410@rocky.mt.sri.com> In-Reply-To: <Pine.3.87.9703051917.C13659-0100000@cobber> References: <199703052357.QAA09392@rocky.mt.sri.com> <Pine.3.87.9703051917.C13659-0100000@cobber>
next in thread | previous in thread | raw e-mail | index | archive | help
> I am using the jdk that is in the packages collection for current. What > I need is the ability to write applications with awt support, not > applets. Any ideas? I don't know about the package stuff, but a port of Sun's JDK which I use for *Real* work (tm) is available at: ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/jdk102.11-26.tar.gz I know of at least 2 bugs in it. - You can't use call system executables from it (it blows chunks and leaves the process you called running in the netherlands). - The java.util.Date (??) is messed up. This should contain *everything* you need to do all sorts of Java applets/applications, etc... Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703060154.SAA10410>