From owner-freebsd-java@FreeBSD.ORG Mon Mar 24 21:30:14 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5018106566B for ; Mon, 24 Mar 2008 21:30:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id B0B148FC19 for ; Mon, 24 Mar 2008 21:30:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JY900MCY7PZ45K7@mta3.srv.hcvlny.cv.net> for freebsd-java@FreeBSD.org; Mon, 24 Mar 2008 17:30:00 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m2OLTuFD055170; Mon, 24 Mar 2008 17:29:58 -0400 Date: Mon, 24 Mar 2008 17:29:51 -0400 From: "Aryeh M. Friedman" In-reply-to: <20080324155039.GA1480@schweikhardt.net> To: Jens Schweikhardt Message-id: <47E81D4F.4000101@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <20080324155039.GA1480@schweikhardt.net> User-Agent: Thunderbird 2.0.0.12 (X11/20080314) Cc: freebsd-java@FreeBSD.org Subject: Re: Java on 8-CURRENT X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 21:30:15 -0000 Jens Schweikhardt wrote: > hello, world\n > > in the past I have installed java via java/diablo-jdk15 to bootstrap > java/jdk15. This no longer works on 8-CURRENT because diablo-jdk15 > contains system calls to kse_create(), but 8-CURRENT does no longer > support kernel option KSE. > > What is a possible way to compile a recent java implementation on > 8-CURRENT? > > See the examples at the end of the man page for libmap.conf... you will need to make two enteries one for the /usr/ports/ version of diablo and one for the installed one then buiild the native jdk from it and deinstall diablo and get rid of the libmap.conf stuff (cleaner that way)