From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:32:53 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 1E3B616A417 for ; Thu, 18 Oct 2007 14:32:53 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id BD37C13C467 for ; Thu, 18 Oct 2007 14:32:52 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so376543pyb for ; Thu, 18 Oct 2007 07:32:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=RChUHEkhDfGQN4kp2DcLYqI9iGXotc5TbgDDZWWryh0=; b=m6ODWAsqy4lCDPeqk5l9FrfWiuIuijF5k4dy/bzd6FZMxCuOgYdnn1TbRdS3BxF5cQAzOY5jqAL2o7hHE0qtymSDgKb/BmtlyuULDS739T1Lyh53w0OCOnJ+qCIOM5YTeoLiKxiqHnbG8w9ClQRHL0UCUMVtYPdbAbjIQ8+ZzLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=BlRSa9gKkBuc3sU/810p1VECqvOkg7HbTeZkWC/BwlF9CIRS5hKO89fE7p4Zr0Z/DQMhxwX4lwr9AUn8MPMhQbpRi4HqQ4TiCJ6/ZUajTMvWvUNP3jwo8kqbvx5lplrcUbvdZNyY1KtvQkCYNE+2XnVU8mcei31Xiv7Pkc5Ydc4= Received: by 10.35.117.5 with SMTP id u5mr674282pym.1192716378921; Thu, 18 Oct 2007 07:06:18 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id m33sm1522485ele.2007.10.18.07.06.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Oct 2007 07:06:18 -0700 (PDT) Message-ID: <47172F8D.1080806@gmail.com> Date: Thu, 18 Oct 2007 10:03:57 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: java@freebsd.org References: <47176120.1010106@nipsi.de> In-Reply-To: <47176120.1010106@nipsi.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: so does anybody have a working jdk on RELENG_7? 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: Thu, 18 Oct 2007 14:32:53 -0000 Dennis Berger wrote: > 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. 1. Install diablo as boot strap only 2. Install jdk16 3. Deinstall diablo This works for command line apps but not for applets