From owner-freebsd-java@FreeBSD.ORG Fri Jul 29 22:42:41 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 2324A16A41F for ; Fri, 29 Jul 2005 22:42:41 +0000 (GMT) (envelope-from ddurham@vailsys.com) Received: from dfrobd01.vailsys.com (chrobd01.vailsys.com [63.210.102.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B1443D45 for ; Fri, 29 Jul 2005 22:42:40 +0000 (GMT) (envelope-from ddurham@vailsys.com) Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190]) by dfrobd01.vailsys.com (Postfix) with ESMTP id 5A8ABFF2E for ; Fri, 29 Jul 2005 17:42:40 -0500 (CDT) Received: from [192.168.129.86] (dfwddurham.vail [192.168.129.86]) by dfsfbd06.vail (Postfix) with ESMTP id 35C4B528C for ; Fri, 29 Jul 2005 17:42:40 -0500 (CDT) Message-ID: <42EAB0E6.2050304@vailsys.com> Date: Fri, 29 Jul 2005 17:42:46 -0500 From: David Durham User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: jdk1.5.0p1 crash when compiling JBoss 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: Fri, 29 Jul 2005 22:42:41 -0000 Emil wrote: > When I run Idea 4.5 (./idea.sh) I get these two errors: > > 1. Error Copying File: Cannot copy /usr/local/idea-2250/lib/resources.jar to > /home/me/.IntellijIdea/system/jars/resources.jar.1d63cafc. > Function not implemented. > > 2. Error Copying File: Cannot copy > /usr/local/idea-2250/plugins/weblogicIntegration.jar > to /home/me/.IntellijIdea/system/jars/weblogicIntegration.jar.10915cad > Function not implemented. > > Also when I try to create the first project, there is something strange: > > I cannot find the jdk home directory?? I am using the GUI window provided > by Intellij in Preferences--> JDK and Global Libraries. > I guess it should be /usr/local/linux-sun-jdk1.4.2/ but in the "Select JDK > home directory" window it doesn't show /usr/local > directory at all? So I don't know how to specify the jdk home dir. I have > attached > a snapshot of the the problematic window for easier reference. > > Any help will be appreciated. > > Best regards, > Emil Emil, I had this problem with linux-sun-jdk1.4.2 but I upgraded to jdk1.5.0 and the problem went away. HTH, Dave