JAVA på Fedora 10
Hej linuxrødder.
Nu har jeg siddet og slåsset med at prøve at installere JAVA så jeg kan få netbank igen,
Så langt er jeg nået:
1. jeg har downloadet en fil der hedder: jre-6u11-linux-i586-rpm.bin
(da jeg har fedora ville jeg mene at det er rpm pakken jeg skal bruge, ret mig hvis det er forkert)
2. jeg har prøvet at følge deres manual, som er tilknyttet til den downloaded fil
Follow these instructions:
1. At the terminal: Type su OK
2. Enter the root password. OK
3. Change to the directory in which you want to install. Type: cd
For example, to install the software in the /usr/java/ directory, Type:
cd /usr/java Her fatter jeg ikke en brik, jeg har prøvet at skrive: home/dennis/Skrivebord/filenesnavn og der sker ikke en meter, og længere er jeg ikke kommet
Note about root access: To install Java in a system-wide location such as/usr/local, you must login as the root user to gain the necessary permissions. If you do not have root access, install Java in your home directory or a subdirectory for which you have write permissions.
4. Change the permission of the file you downloaded to be executable. Type:
chmod a+x jre-6u-linux-i586-rpm.bin
5. Start the installation process. Type:
./jre-6u-linux-i586-rpm.bin
This displays a binary license agreement. Read through the agreement. Press the spacebar to display the next page. At the end, enter yes to proceed with the installation.
type YES to agree to the license agreement
6. The installation file creates jre-6u-linux-i586.rpm file in the current directory.
RPM unpacking completes
7. Run the RPM command at the terminal to install the packages. Type:
rpm -iv jre-6u-linux-i586.rpm
8. Java is installed in jre1.6.0_ sub-directory under the current directory. In this case, Java is installed in the /usr/java/jre1.6.0_ directory. Verify that the jre1.6.0_ sub-directory is listed under the current directory. Type ls
HJÆLP. Hvad skal jeg gøre?
Venlig hilsen
Dennis
Nu har jeg siddet og slåsset med at prøve at installere JAVA så jeg kan få netbank igen,
Så langt er jeg nået:
1. jeg har downloadet en fil der hedder: jre-6u11-linux-i586-rpm.bin
(da jeg har fedora ville jeg mene at det er rpm pakken jeg skal bruge, ret mig hvis det er forkert)
2. jeg har prøvet at følge deres manual, som er tilknyttet til den downloaded fil
Follow these instructions:
1. At the terminal: Type su OK
2. Enter the root password. OK
3. Change to the directory in which you want to install. Type: cd
For example, to install the software in the /usr/java/ directory, Type:
cd /usr/java Her fatter jeg ikke en brik, jeg har prøvet at skrive: home/dennis/Skrivebord/filenesnavn og der sker ikke en meter, og længere er jeg ikke kommet
Note about root access: To install Java in a system-wide location such as/usr/local, you must login as the root user to gain the necessary permissions. If you do not have root access, install Java in your home directory or a subdirectory for which you have write permissions.
4. Change the permission of the file you downloaded to be executable. Type:
chmod a+x jre-6u-linux-i586-rpm.bin
5. Start the installation process. Type:
./jre-6u-linux-i586-rpm.bin
This displays a binary license agreement. Read through the agreement. Press the spacebar to display the next page. At the end, enter yes to proceed with the installation.
type YES to agree to the license agreement
6. The installation file creates jre-6u-linux-i586.rpm file in the current directory.
RPM unpacking completes
7. Run the RPM command at the terminal to install the packages. Type:
rpm -iv jre-6u-linux-i586.rpm
8. Java is installed in jre1.6.0_ sub-directory under the current directory. In this case, Java is installed in the /usr/java/jre1.6.0_ directory. Verify that the jre1.6.0_ sub-directory is listed under the current directory. Type ls
HJÆLP. Hvad skal jeg gøre?
Venlig hilsen
Dennis
Kommentarer2
Re: JAVA på Fedora 10
Denne guide er ikke til Fedora 10, men til 9 og 8, men så vidt jeg husker virker den stadigvæk:
http://fedorasolved.org/browser-solutions/java-i386/
Og der henter du naturligvis bare update 11, i stedet for 7'eren.
Re: JAVA på Fedora 10