From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FeFzz-0003vO-Nk for garchives@archives.gentoo.org; Thu, 11 May 2006 18:34:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k4BIXk06029874; Thu, 11 May 2006 18:33:46 GMT Received: from banta-im.com (roy-rogers.nfic.com [208.231.230.100]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k4BIXjSL002028 for ; Thu, 11 May 2006 18:33:45 GMT Received: from by banta-im.com (8.9.3/8.9.3) with ESMTP id OAA02608; Thu, 11 May 2006 14:33:42 -0400 (EDT) Message-ID: <44638387.1010507@gentoo.org> Date: Thu, 11 May 2006 14:33:43 -0400 From: Joshua Nichols User-Agent: Mail/News 1.5 (X11/20060414) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 To: David Gurvich CC: gentoo-java@lists.gentoo.org Subject: Re: [gentoo-java] eclipse on ppc References: <200605111241.00837.david.gurvich@verizon.net> In-Reply-To: <200605111241.00837.david.gurvich@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: d5f24dca-89f8-4631-a82f-00ddbe35ad2d X-Archives-Hash: eeb50065feaab2d1f2e20ffdaed0fa58 David Gurvich wrote: > I have used the ebuild from the java-experimental overlay, > eclipse-sdk-3.2_rc2. Aside from having to modify the java5home variable > manually it compiled cleanly. > What did you have to modify it too? > My problem concerns ibm-jdk-bin. On ppc systems the only real option is > ibm-jdk-bin. If I start eclipse with either 1.4.2 or 1.5.0 as the system jvm > eclipse will crash soon after attempting to access the menus. If I use the > following script > Please try to catch the exact error and logs if possible. > ----------------------------------------------------------------------------- > #!/bin/sh > > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/kde/3.5/lib > export LD_LIBRARY_PATH > > /usr/bin/java-config -s 1 > /usr/bin/eclipse-3.2 -vmargs -Xmx256M > /usr/bin/java-config -s 2 > --------------------------------------------------------------------------- > Eclipse opens and runs with no problems. > The only part which makes a difference is the java-config -s 1, which sets > the system jvm to gcj-4.1.0. Do you know what the problem or solution may > be? > > Any particular reason why you'd need to add the kde lib to LD_LIBRARY_PATH? I would think it would already be there. You might want to use the name of the vm, instead of a number, just in case the number changes. -- gentoo-java@gentoo.org mailing list