Gentoo Archives: gentoo-java

From: David Gurvich <david.gurvich@×××××××.net>
To: gentoo-java@l.g.o
Subject: [gentoo-java] eclipse on ppc
Date: Thu, 11 May 2006 16:42:18
Message-Id: 200605111241.00837.david.gurvich@verizon.net
1 I have used the ebuild from the java-experimental overlay,
2 eclipse-sdk-3.2_rc2. Aside from having to modify the java5home variable
3 manually it compiled cleanly.
4
5 My problem concerns ibm-jdk-bin. On ppc systems the only real option is
6 ibm-jdk-bin. If I start eclipse with either 1.4.2 or 1.5.0 as the system jvm
7 eclipse will crash soon after attempting to access the menus. If I use the
8 following script
9 -----------------------------------------------------------------------------
10 #!/bin/sh
11
12 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/kde/3.5/lib
13 export LD_LIBRARY_PATH
14
15 /usr/bin/java-config -s 1
16 /usr/bin/eclipse-3.2 -vmargs -Xmx256M
17 /usr/bin/java-config -s 2
18 ---------------------------------------------------------------------------
19 Eclipse opens and runs with no problems.
20 The only part which makes a difference is the java-config -s 1, which sets
21 the system jvm to gcj-4.1.0. Do you know what the problem or solution may
22 be?
23
24
25 --------------
26 Kmail on Gentoo/PPC
27 --
28 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] eclipse on ppc Joshua Nichols <nichoj@g.o>
Re: [gentoo-java] eclipse on ppc David Gurvich <david.gurvich@×××××××.net>