<html>
<head>
<base href="http://icedtea.classpath.org/bugzilla/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Fatal error by Java Runtime Environment when running MOPEX"
href="http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1463#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Fatal error by Java Runtime Environment when running MOPEX"
href="http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1463">bug 1463</a>
from <span class="vcard"><a class="email" href="mailto:gnu.andrew@redhat.com" title="Andrew John Hughes <gnu.andrew@redhat.com>"> <span class="fn">Andrew John Hughes</span></a>
</span></b>
<pre>Look in /usr/lib/jvm to find out what the directory is called containing your
system JDK and then replace the jre directory with a symlink to that.
For example,
$ ls /usr/lib/jvm/
cacao@ gcj-jdk@ icedtea-6@ icedtea-7@ icedtea-8@
$ rm -rf /astro/software/MOPEX/jre
$ ln -s /usr/lib/jvm/icedtea-7 /astro/software/MOPEX/jre
/astro/software/MOPEX/jre/bin/java -version should then exist again and give
the same output as java -version.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>