From owner-freebsd-questions@FreeBSD.ORG Sun Mar 13 14:29:35 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB2016A4CE for ; Sun, 13 Mar 2005 14:29:35 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8F4343D2D for ; Sun, 13 Mar 2005 14:29:34 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j2DETSNU022768; Sun, 13 Mar 2005 14:29:28 GMT Message-ID: <42344F90.9050100@cis.strath.ac.uk> Date: Sun, 13 Mar 2005 14:34:56 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rhys Campbell References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 6, autolearn=not spam, BAYES_00 -4.90) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD & Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 14:29:35 -0000 Rhys Campbell wrote: > I have an application written in Java that I am thinking about deploying > on FreeBSD. I am considering FreeBSD because of its reputation for > stability and performance. The only concern I have is the port of Java > on this system. I am a newcomer to FreeBSD (a few days in fact) so I > just wanted to know what is the stability / reliability of the Java > implementation? Are there many known problems etc. > > Regards, > > Rhys Rhys, I have been using the native FreeBSD jdk1.4.2-p7 port for a while now and I have not had any problems with it at all. I am also currently developing a Java3D based tool and it also runs very nicely on FreeBSD. If you want an ide, eclipse is in ports and it rocks. Jdk1.5 is still in alpha testing I believe although it seems to work ok but I wouldn't rely on it for anything important just yet. HTH Chris