Gentoo Archives: gentoo-java

From: David Gurvich <david.gurvich@×××××××.net>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] eclipse on ppc
Date: Thu, 11 May 2006 22:10:08
Message-Id: 200605111809.31109.david.gurvich@verizon.net
In Reply to: Re: [gentoo-java] eclipse on ppc by Joshua Nichols
1 > What did you have to modify it too?
2
3 The ebuild set java5home to /opt/ibm-jdk-bin-1.5, I just changed it to
4 ibm-jdk-bin-1.5.0..
5 local java5home=/opt/ibm-jdk-bin-1.5.0
6
7 > Please try to catch the exact error and logs if possible.
8
9 popup window upon termination
10 -----------------------------------------------------------------------
11 JVM terminated. Exit code=1
12 /usr/bin/java
13 -jar /usr/lib/eclipse-3.2/startup.jar
14 -os linux
15 -ws gtk
16 -arch ppc
17 -launcher /usr/lib/eclipse-3.2/eclipse-gtk
18 -name Eclipse-gtk
19 -showsplash 600
20 -exitdata 4c8000
21 -vm /usr/bin/java
22 -vmargs
23 -jar /usr/lib/eclipse-3.2/startup.jar
24 ---------------------------------------------------------------------------
25 console error
26 --------------------------------------------------------------------------
27 JVMDG217: Dump Handler is Processing Signal 11 - Please Wait.
28 JVMDG303: JVM Requesting Java core file
29 JVMDG304: Java core file written
30 to /home/david/javacore.20060511.180029.16276.txt
31 JVMDG215: Dump Handler has Processed Exception Signal 11.
32
33 I will attach the compressed javacore file.
34 > Any particular reason why you'd need to add the kde lib to
35 > LD_LIBRARY_PATH? I would think it would already be there.
36 I was trying out some Qt code in eclipse and it wouldn't run without that. It
37 is in fact in /etc/ld.so.conf, but eclipse wanted an explicit LD_LIBRARY_PATH
38 set prior to starting eclipse. I couldn't figure out how to configure that
39 from within eclipse so put it in the startup script.
40
41 > You might want to use the name of the vm, instead of a number, just in
42 > case the number changes.
43 Do you mean code such as the following:
44 eclipse-3.2 -vm "/opt/ibm-jdk-bin-1.4.2.04/bin/javaw"
45 If so, I have done that for both ibm jdks, and it crashed with both.
46 --
47 Kmail on Gentoo/PPC

Attachments

File name MIME type
java_erro.tbz2 application/x-tbz

Replies

Subject Author
Re: [gentoo-java] eclipse on ppc Caster <cast3r@××××××.cz>
Re: [gentoo-java] eclipse on ppc Joshua Nichols <nichoj@g.o>