Jump to content

Icedtea error on starting java in browser: Difference between revisions

From www.ReeltoReel.nl Wiki
Created page with "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 termina..."
 
(No difference)

Latest revision as of 17:18, 14 July 2011

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