From owner-freebsd-java@FreeBSD.ORG Tue Apr 15 09:48:44 2003 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 F229037B409 for ; Tue, 15 Apr 2003 09:48:43 -0700 (PDT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C404943FAF for ; Tue, 15 Apr 2003 09:48:42 -0700 (PDT) (envelope-from fvdelius@t-online.de) Received: from fwd08.sul.t-online.de by mailout10.sul.t-online.com with smtp id 195Tbi-0000Pl-06; Tue, 15 Apr 2003 18:48:30 +0200 Received: from helix.felix.lan (520080346208-0001@[217.229.57.248]) by fwd08.sul.t-online.com with esmtp id 195Tba-2KNm88C; Tue, 15 Apr 2003 18:48:22 +0200 Received: from fvdelius by helix.felix.lan with local (Exim 3.35 #1 (Debian)) id 195TbW-00010Z-00; Tue, 15 Apr 2003 18:48:18 +0200 Date: Tue, 15 Apr 2003 18:48:18 +0200 To: Alexey Zelkin Message-ID: <20030415164818.GA3783@helix.felix.lan> References: <20030414164142.GB19507@helix.felix.lan> <20030415150404.A51311@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030415150404.A51311@phantom.cris.net> User-Agent: Mutt/1.3.28i From: fvdelius@t-online.de (Felix von Delius) X-Sender: 520080346208-0001@t-dialin.net cc: freebsd-java@freebsd.org Subject: Re: patch IDEA 3 to work with jdk 1.4.1-p3 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: Tue, 15 Apr 2003 16:48:44 -0000 Hi, On Tue, Apr 15, 2003 at 03:04:04PM +0300, Alexey Zelkin wrote: > Please try unpatched IDEA3 with addition of '-Didea.no.jdk.check=true' > flag to java command line and let me know result. It doesn't make any difference: IDEA complains about the wrong JDK version. > ps: yep, debugging and profiling supposed to be problematic areas -- i > did not have time to dig into them yet. Here's comes the good news: debugging works, it was my fault (due to DNS/DHCP misconfiguration my machine had the wrong IP adress on which it could not open the debugging socket listener). Btw: Thanks for the excellent work so far - keep it up! cheers, Felix