Wendelin Hoffmann-Walbeck <[EMAIL PROTECTED]> writes:

> I had the same problem on debian/lenny.  The reason was that two
> java-versions were installed (sun and gcj) and that the deb-package

On my rather bare system only gcj was installed.

> java-gcj-compat-headless links against the gcj-version while the
> plotting needs the sun-Version.  So you could either remove
> java-gcj-compat-headless (but this also removes eclipse and maybe

With you hint I tried to replace gcj with sun-java6 and I was lucky it
worked without any missing dependencies.

> others) or relink manually as root:
> rm /etc/alternatives/java;
> ln -s /usr/lib/jvm/java-1.5.0-sun/jre/bin/java /etc/alternatives/java;
>
> With this solution both eclipse and plotting work again on my debian.

Not bad, in case the need arises.  Anyway the plotting seems to work,
I can see a graph 8-).

Thanks a lot

       Dieter

>
>
> On Sun, 01 Jun 2008 00:04:11 +0200
> dieter <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>> 
>> when I try to plot some results from the OMShell there seems to flash
>> some window into an existence and the word "true" appears in OMShell,
>> nothing else.  Could anybody please give me a guideline how to check
>> my system for the fitness of this java plotting (I'm using
>> Debian/sid).
>> 
>>    Dieter
>> 
>> --
>>     Best wishes
>> 
>>     H. Dieter Wilhelm
>>     Darmstadt, Germany

Reply via email to