Icedtea error on starting java in browser

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search

Since the latest patch you get this error:

 "icedteanp plugin error: Failed to run /usr/lib/jvm/java-1.6.0-openjdk/jre/bin/java.  For more detail rerun "firefox -g" in a terminal window."

The resolution is this:

In the following directory type the following for 32 bit:

host:/usr/lib/jvm # ln -s java-1.6.0-openjdk-1.6.0/ java-1.6.0-openjdk

64 bit:

host:/usr/lib64/jvm # ln -s java-1.6.0-openjdk-1.6.0/ java-1.6.0-openjdk

See also bugzilla report #704814 on bugzilla.novell.com