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 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 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. 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
