From owner-freebsd-java@FreeBSD.ORG Tue Nov 4 09:41:13 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 67B5B16A4CE for ; Tue, 4 Nov 2003 09:41:13 -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 00F9C43F85 for ; Tue, 4 Nov 2003 09:41:11 -0800 (PST) (envelope-from db@dawnbreaks.net) Received: (qmail 58793 invoked by uid 1001); 4 Nov 2003 17:41:09 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Nov 2003 17:41:09 -0000 Date: Wed, 5 Nov 2003 04:11:09 +1030 (CST) From: David Bullock X-X-Sender: db@arwen.lorien.dawnbreaks.net To: Sheldon Hearn In-Reply-To: <20031105012040.N30468-100000@arwen.lorien.dawnbreaks.net> Message-ID: <20031105040856.L32563-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^H4 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 17:41:13 -0000 On Wed, 5 Nov 2003, David Bullock wrote: > 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! It took only 2 hours to compile it, and remember to re-copy things, and then ... it all just works. Thanks a million. My choice of FreeBSD is thus vindicated! cheers, David.