From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 13:59:14 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76A6316A41B for ; Thu, 18 Oct 2007 13:59:14 +0000 (UTC) (envelope-from db@nipsi.de) Received: from fop.bsdsystems.de (mx.bsdsystems.de [88.198.57.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4233913C4B6 for ; Thu, 18 Oct 2007 13:59:13 +0000 (UTC) (envelope-from db@nipsi.de) Received: from halsfrosch.metaspinner.local (c242179.customer.hansenet.de [213.39.242.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fop.bsdsystems.de (Postfix) with ESMTP id 6FC13262F4 for ; Thu, 18 Oct 2007 15:32:17 +0200 (CEST) Message-ID: <47176120.1010106@nipsi.de> Date: Thu, 18 Oct 2007 15:35:28 +0200 From: Dennis Berger User-Agent: Thunderbird 2.0.0.4 (X11/20070629) MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: so does anybody have a working jdk on RELENG_7? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: java@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 13:59:14 -0000 Hi, so does anybody have a working jdk on RELENG_7? I tried the following solutions. 1. use diablo-jdk15 with compat6x not working. Jedit stops working. Compiling stuff gets stuck, coredumps all over the place. 2. use linux-sun-jdk(15,16) same phenomenon 3. build jdk15 from one of the above. javac coredumps sometimes, or gets stuck with 0%cpu utilization. nothing happens. 4. tried different linuxulator 2.4.2 and 2.6.16 with linux_base-fc4 and fc6. Recent releng_7 from yesterday. clean system. make.conf is nearly empty. nothing special. any hints how to get jdk working? thanks, -Dennis