From owner-freebsd-java@FreeBSD.ORG Tue Nov 4 07:02:23 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 0F71916A4CE for ; Tue, 4 Nov 2003 07:02:23 -0800 (PST) Received: from arwen.dawnbreaks.net (eth4771.sa.adsl.internode.on.net [150.101.250.162]) by mx1.FreeBSD.org (Postfix) with SMTP id 9EE7443FAF for ; Tue, 4 Nov 2003 07:02:20 -0800 (PST) (envelope-from db@dawnbreaks.net) Received: (qmail 33900 invoked by uid 1001); 4 Nov 2003 15:02:18 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Nov 2003 15:02:18 -0000 Date: Wed, 5 Nov 2003 01:32:18 +1030 (CST) From: David Bullock X-X-Sender: db@arwen.lorien.dawnbreaks.net To: Sheldon Hearn In-Reply-To: <20031104133747.GM73736@starjuice.net> Message-ID: <20031105012040.N30468-100000@arwen.lorien.dawnbreaks.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@freebsd.org Subject: Re: Tip for Intellij IDEA 3.0.5v2 with 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, 04 Nov 2003 15:02:23 -0000 On Tue, 4 Nov 2003, Sheldon Hearn wrote: > On (2003/11/04 22:05), David Bullock wrote: > > > > Simply set the property > > > > > > -Didea.no.jdk.check=true > > > > Argh. I spoke too soon. I'm now having trouble with a > > missing class. (Effect is not being able to open a project). > > Should I be talking to the porting team about this, or to the > > IDEA developers? (nb. I will talk to IDEA, regardless ... since > > I want them to make FreeBSD a supported platform ;-) > > IDEA builds a cache of JAR files. The file copy method it used was > broken in -p3, resulting in 0 byte JAR files in the cache. > > Look at the contents of ~/.IntelliJIdea/system/jars that this is your > problem, then upgrade your JDK to -p4. > > If that's not your problem, are you sure you followed the > idea-3.0.5/Install.txt instructions to the letter? They're a bit weird, > but worth following strictly. Ah, now that I follow the installation instructions correctly, I run into the problem you describe and fix. Patchset 4 is available?! http://www.freebsd.org/java/dists/14.html doesn't mention it. It'd be worth noting this fact there. :-) I'll run off and compile it right now! Many, many thanks, David.