Results 1 to 3 of 3
I went to Sun Microsystems, and downloaded BOTH available packages. They are both in .bin form. What do I use to install one of them on my computer? I'm a ...
- 08-29-2005 #1Just Joined!
- Join Date
- Aug 2005
- Location
- U.S.A.
- Posts
- 17
Java Runtime Environment
I went to Sun Microsystems, and downloaded BOTH available packages. They are both in .bin form. What do I use to install one of them on my computer? I'm a newbie, and working all this stuff out as I go, but am totally clueless how to install a binary file. Mandrake keeps trying to use Kate. No go.
Any and all help is greatly appreciated. Just remember that I'm a noob, and ignorant as hell.
- 08-29-2005 #2
There should be some sort of installation instructions on the website, but take the installer, and do:
Replacing foo.bin with the name of the installer.Code:chmod +x foo.bin ./foo.bin
- 09-21-2005 #3Just Joined!
- Join Date
- Sep 2005
- Location
- Sitges, Earth
- Posts
- 4
They are, the full instructions in Java's website. Just follow them, with three caveats:
1- Use the .RPM self-extracting file
2- Create the java directory in /usr
3-Watch the symlink: ln -s /usr/..../jre1.5.0_04/plugin/..../libjavaplugin_oji.so . (it is so<space>dot!)
and there you are !


Reply With Quote
