Hi Anton,

Unfortunately it's been a couple of years since I've touched
Linux (I'm lurking here to get a feel for the community as we
may hopefully be replacing some of our Win2K servers with Linux
in the near future) so I really have no idea where your older
version might be hidden.

If it's still your "default" java (i.e., "java -jar anyj4.3.7-linux.jar"
still barfs), you should be able to locate it with

ls -l `which java`

following which I would be tempted to rm -rf all sign of it and
replace the sym link (if it is one) with a link to 1.4.2.

Or there may be someone else on the list more familiar with
contemporary Java issues ... ?

Cheers,
Roy.

On Friday, 5 September 2003 at 9:03pm, antonovich wrote:

> > Yours is a not-uncommon problem with gcj. Try the Sun JVM
> > [http://java.sun.com/j2se/1.4.2/download.html] instead. If
> > you already have the Sun JVM installed, you may have gcj
> > "earlier" on the classpath. Try invoking with a full path --
> > use the path to your own Java install location, but it will
> > be something like:
> >
> > /usr/java/j2re1.4.2/bin/java -jar anyj4.3.7-linux.jar
>
> cheers mate, that did the trick!
> Is there some way I could get rid of my 1.2 altogether? i now
> have 1.4.2 and 1.4 installed in other places. It would be good
> to consolidate somehow! ideas?

Usual disclaimer: my opinions, not my employer's.

-- 
Roy Britten
National Institute of Water and Atmospheric Research
PO Box 8602, Christchurch, New Zealand
P: +64-3-343-7818
F: +64-3-348-5548

Reply via email to