On 2013-04-26 21:26, Easgs wrote:
>
>> That guide is fine, except that it uses the tar instead of the rpm.
>> That’s an error, IMHO.
>
> I did it with the rpm style and it worked
Good
> 1) install rpm with yast, right click rpm file, open with, add/remove
> programs, clic ok
>
> 2) In yast software management, select icedtea-web to be removed
I would not do that.
Why? Because if you do, then the package manager will think that you
have no java installed, and will either remove all applications that
need java, or install another java version instead behind your back.
So you need to have one of the java versions that yast wants, and also,
oracle’s java. Both.
(YaST doesn’t recognize that Oracle’s Java is Java, because it does not
contain the expected “provides” sections)
> 3) input these commands as root
Note: use this to become root:
su -
Use other combinations when required and you know why
> 4) exit root and type su -p enter password for admin and type the
> following command
>
>
> Code:
> --------------------
>
> mkdir -v ~/.mozilla/pluginsln -s /usr/java/jre1.7.0_21/lib/amd64/libnpjp2.so ~/.mozilla/plugins/
>
> --------------------
Huh, no, you should have done that as plain user, no ‘su’ at all. You
are creating directories and links inside your own home, things there
should be owned by you, not by root
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)