When I do a "yum search java-1.6.0-openjdk-plugin" from Fedora 16 I don't find that package any more. I think it's deprecated and the proper one is now called icedtea-web
Oddly, if I do this (using yumdownloader) to download the old plugin package it gets an rpm but actually is smart enough to get icedtea-web's rpm:
Quote:
|
yumdownloader java-1.6.0-openjdk-plugin
|
---> results in getting this:
Quote:
|
659129 Jan 4 21:32 icedtea-web-1.1.4-4.fc16.x86_64.rpm
|
I think the link in the old way is broken for you because it's pointing to the /usr/java/default/lib/i386/libnpjp2.so file
you get from the the java-1.6.0-openjdk package, if you didn't install that then there's no library for the link to point at.
ps. I also see that if you do this to find the libnpjp2.so file and owning package: (note I'm using 64bit)
Quote:
|
yum provides \*/libnpjp2.so
|
you find it only in "jdk"
Quote:
2000:jdk-1.6.0_30-fcs.x86_64 : Java(TM) Platform Standard Edition Development Kit
Repo : installed
Matched from:
Filename : /usr/java/jdk1.6.0_30/jre/lib/amd64/libnpjp2.so
2000:jdk-1.6.0_31-fcs.x86_64 : Java(TM) Platform Standard Edition Development Kit
Repo : installed
Matched from:
Filename : /usr/java/jdk1.6.0_31/jre/lib/amd64/libnpjp2.so
|
The java situation is kind of confusing right now, we have oracle ("jdk-{version}-fcs"), the Oracle version from the
Oracle web site and openjdk , now that oracle's version is merging with openjdk (openjdk will be the official version) this should be simpler in the
near future.