From owner-freebsd-hackers Wed Mar 5 17:55:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01003 for hackers-outgoing; Wed, 5 Mar 1997 17:55:03 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA00994 for ; Wed, 5 Mar 1997 17:54:59 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id SAA10410; Wed, 5 Mar 1997 18:54:54 -0700 (MST) Date: Wed, 5 Mar 1997 18:54:54 -0700 (MST) Message-Id: <199703060154.SAA10410@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Kyle Mestery Cc: Nate Williams , freebsd-hackers@freebsd.org Subject: Re: Java awt support? In-Reply-To: References: <199703052357.QAA09392@rocky.mt.sri.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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