From owner-freebsd-java@FreeBSD.ORG Sat Jul 24 11:51:51 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 9DD4616A4CE for ; Sat, 24 Jul 2004 11:51:51 +0000 (GMT) Received: from moutvdomng.kundenserver.de (moutvdom.kundenserver.de [212.227.126.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id E858743D48 for ; Sat, 24 Jul 2004 11:51:50 +0000 (GMT) (envelope-from bjoern.hillebrand@s-ar.de) Received: from [212.227.126.221] (helo=mrvdomng.kundenserver.de) by moutvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BoL4A-0000xt-00 for java@freebsd.org; Sat, 24 Jul 2004 13:51:50 +0200 Received: from [217.229.141.153] (helo=[192.168.0.2]) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BoL49-0000vZ-00 for java@freebsd.org; Sat, 24 Jul 2004 13:51:49 +0200 Message-ID: <41024D54.2070304@s-ar.de> Date: Sat, 24 Jul 2004 13:51:48 +0200 From: Bjoern Hillebrand User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040704) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org References: <200407241051.i6OApKuq024726@smtp.hispeed.ch> In-Reply-To: <200407241051.i6OApKuq024726@smtp.hispeed.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: native jdk release schedule question 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: Sat, 24 Jul 2004 11:51:51 -0000 Dani Irinchev wrote: >Hi again, >I managed to successfully build native java 142 on FreeBSD 5.2.1 after >upgrading ports and source to latest. No errors at all. What does that mean? >Somewhere in this thread was said that the new KSE is a problem for having >native java 14 on FreeBSD 5.2.1. Or it means that build is OK but once I >start using it some problem will show up? Is reporting bugs interesting to >the port team? >Cheers, Dani > > Hi, I am using FreeBSD 5.2.1 with the latest native JDK Version. There were no problems with the KSE thread lib in my case. I can run ArgoUML,jedit,Poseidon and the Mozilla plugins without problems. Here is my libmap.conf : # /etc/libmap.conf # ######## libc_r.so.5 libkse.so.1 libc_r.so libkse.so As you can see, i generally switch to the KSE libs. They are a great performance improvement in programs which uses threads ( Mozilla ). My scheduler is the ULE Scheduler. bye Bjoern