From owner-freebsd-java@FreeBSD.ORG Tue Nov 4 05:37:52 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 C9E2116A4CE for ; Tue, 4 Nov 2003 05:37:52 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 293A343FBF for ; Tue, 4 Nov 2003 05:37:51 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD 5.1) id 1AH1NT-000Mfi-Kj; Tue, 04 Nov 2003 15:37:47 +0200 Date: Tue, 4 Nov 2003 15:37:47 +0200 From: Sheldon Hearn To: David Bullock Message-ID: <20031104133747.GM73736@starjuice.net> Mail-Followup-To: David Bullock , freebsd-java@freebsd.org References: <20031104210300.T30468-100000@arwen.lorien.dawnbreaks.net> <20031104215939.Q32563-100000@arwen.lorien.dawnbreaks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031104215939.Q32563-100000@arwen.lorien.dawnbreaks.net> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn 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 13:37:52 -0000 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. Ciao, Sheldon.