[Bug 1463] Fatal error by Java Runtime Environment when running MOPEX
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu May 30 12:53:05 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1463
--- Comment #5 from Andrew John Hughes <gnu.andrew at redhat.com> ---
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130530/320ad3d1/attachment.html
More information about the distro-pkg-dev
mailing list