|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Unreviewed How To and FAQ POST HERE: Tips and solutions for SUSE Linux from the community. (Please do not post questions) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hello,
I've written a How To on how to install Java from the java.com website here. For those who are more comfortable using Yast, there's also a way to keep Java up to date, although the website may have an update before it gets packaged into Yast. I will use screenshots from my own computer to help assist you in installing java as I follow my own guide and write the steps down. To begin, upon going to this site verify java, your screen probably looks something like this First we must open Yast and go into our Software Manager. Here we'll search for "sun" without the quotes. As you can see from my screenshot, you must select (check) java-1_6_0-sun and java-1_6_0-sun-plugin. Click on the versions tab to select which version you want. In my example, the latest version is from the update repository. Click accept and let Yast do its thing. Next you'll need to create a symbolic link for your web browser to use the java plugin. Open a terminal and type this: Code:
su Code:
cd /usr/lib/browser-plugins Code:
ln -s /etc/alternatives/jre_1.6.0/plugin/i386/ns7/libjavaplugin_oji.so And that's it! You can verify your java installation here verify java That page should now look like this http://www.fileden.com/files/2007/7/24/1293578/javayastsuccess_thumb.png Hope this helps! Ian
__________________
Laptop: Dell Inspiron E1505 | OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel CPU T2050 1.6 GHZ | Intel 945GM | 3.2GB RAM Box: OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel Celeron 2.53 GHz | Intel 915G | 1.2 GB RAM |
|
||||
|
Good HowTo, thank you very much!
|
|
||||
|
Hi,
This how-to was written for openSUSE 11.1. I'm not sure of any differences between openSUSE versions, as I'm using 11.2 MS3 and have followed these directions without any problems. Of course each time I tried it was with a new installation, and if I had an existing version of Java, I'd uninstall that first, before installing the new version of Java. It turns out the folder I link to in my how-to is sym-linked to the folder you're using. /usr/lib/jvm/java Which would be why I can get the same results everytime I install it. But it is curious as to why it didn't create the /etc/alternatives/jre_1.6.0 folder as it does on mine. As for uninstalling older versions of Java, open YAST and then search for sun. Any versions of Java installed will be listed there. Thanks for pointing that out though. If anyone else has any trouble with the symbolic link part, try the way suse_tpx60s did it. Take Care, Ian
__________________
Laptop: Dell Inspiron E1505 | OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel CPU T2050 1.6 GHZ | Intel 945GM | 3.2GB RAM Box: OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel Celeron 2.53 GHz | Intel 915G | 1.2 GB RAM |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|