From owner-freebsd-java@FreeBSD.ORG Wed Jan 14 05:10:03 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E3416A4CF for ; Wed, 14 Jan 2004 05:10:03 -0800 (PST) Received: from mail.remarkablehost.com (ns1.remarkablehost.com [208.186.168.9]) by mx1.FreeBSD.org (Postfix) with SMTP id C37C243D31 for ; Wed, 14 Jan 2004 05:10:01 -0800 (PST) (envelope-from foo@bar.org) Received: (qmail 4808 invoked by uid 110); 14 Jan 2004 13:10:00 -0000 Received: from unknown (HELO ash) (200.117.145.177) by ns1.remarkablehost.com with SMTP; 14 Jan 2004 13:10:00 -0000 Message-ID: <036f01c3daa0$0ed88800$0200a8c0@veggy.org> From: "Nicolas Gieczewski" To: References: <20040114124727.GA8303@neuron.tuke.sk> Date: Wed, 14 Jan 2004 10:12:13 -0300 Organization: Nix Software Solutions [www.nixsoftware.com] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 cc: babjak@neuron.tuke.sk Subject: Re: why native jdk? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 13:10:03 -0000 Just like Sheldon said, the native JDK _is_ more stable than the Linux = one. Of course, you may not notice any differences during your = particular usage. I run a rather complex console multi-threaded = application that used to crash the Linux JDK, whereas the native JDK = never had any problems with it. Furthermore, I believe I had to turn = /dev/random into a link to /dev/urandom for SSL handshaking to work on = the Linux SDK. Cheers, Nicolas Gieczewski Nix Software Solutions http://www.nixsoftware.com/ ----- Original Message -----=20 From: "Jozef Babjak" To: Sent: Wednesday, January 14, 2004 09:47 Subject: why native jdk? Hi,=20 can you explain me (or redirect me to appropriate documentation) what=20 are advantages of building native jdk under FreeBSD (-stable) instead=20 of the using linux-jdk under linux compatibility mode? Thank you. Jozef.