Comment 3 for bug 38748

Revision history for this message
brettatoms (brettatoms) wrote : Re: [Bug 38748] Re: eclipse JVM/gcj don't use same configuration

I assume you mean #36534 not #36354 (Canon S400 and S100 printing
problem) ;)

$ echo $JAVA_HOME
/usr/lib/j2sdk1.5-sun

$ eclipse -vm /usr/lib/jvm/java-gcj/jre/bin/java

Running with the -vm option as above doesn't seem to use the same
configuration configuration setting as when using the vm from
$JAVA_HOME.

$ eclipse -vm /usr/lib/j2sdk1.5-sun/jre/bin/java
Uses the proper configuration.

On Sat, 2006-04-08 at 15:49 +0000, Erich Pawlik wrote:
> Just a question (my report on bug #36354 is possibly in a way related to your bug): What is your $JAVA_HOME setting? Do you have thze same problem when calling eclipse with the -vm command line option?