Acer 110 aspire miniläppäriin javan asentaminen (linux käyttis)

Discussion in 'Linux -keskustelu' started by minipc, Apr 10, 2009.

  1. minipc

    minipc Member

    Joined:
    Feb 28, 2009
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    11
    Siis nyt pliide ihmiset auttakee kohta lähtee toi paska suoraan roskiin.Voisko joku nyt sanoo miten tohon saa noita ohjelmia asennettua.Jos sais videon tai kuvia/järkevää tekstiä jota normi ihminen ymmärtää! Kiitos.
     
  2. oobetimer

    oobetimer Member

    Joined:
    Mar 4, 2009
    Messages:
    61
    Likes Received:
    0
    Trophy Points:
    16
    Tuossa olis ihan viralliset ohjeet...

    To install the Linux (self-extracting) file

    Follow these instructions:

    1. At the terminal: Type:
    su
    2. Enter the root password.
    3. Change to the directory in which you want to install. Type:
    cd <directory path name>
    For example, to install the software in the /usr/java/ directory, Type:
    cd /usr/java/

    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 the 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<version>-linux-i586.bin
    5. Verify that you have permission to execute the file. Type:
    ls -l



    Make sure the installation file has executable permission

    6. Start the installation process.Type:
    ./jre-6u<version>-linux-i586.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

    7. Java is installed into its own directory. In this example, it is installed in the /usr/java/jre1.6.0_<version> directory. When the installation has completed, you will see the word Done.



    The installation completes

    8. Java is installed in jre1.6.0_<version> sub-directory under the current directory. In this case, Java is installed in the /usr/java/jre1.6.0_<version> directory. Verify that the jre1.6.0_<version> sub-directory is listed under the current directory. Type:
    ls



    Verify the installation filename

    The installation is now complete. Skip to the Enable and Configure section.

    To install the Linux RPM (self-extracting) file

    Follow these instructions:

    1. At the terminal: Type:
    su
    2. Enter the root password.
    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

    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<version>-linux-i586-rpm.bin
    5. Start the installation process. Type:
    ./jre-6u<version>-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<version>-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<version>-linux-i586.rpm
    8. Java is installed in jre1.6.0_<version> sub-directory under the current directory. In this case, Java is installed in the /usr/java/jre1.6.0_<version> directory. Verify that the jre1.6.0_<version> sub-directory is listed under the current directory. Type:
    ls



    Verify the installation filename

    The installation is now complete. Go to the Enable and Configure section.


    Enable and Configure

    # Mozilla 1.4 and later
    # Mozilla 1.2, Netscape 6 and later
    # Firefox


    Mozilla 1.4 and later

    1. Go to the plugins sub-directory under the Mozilla installation directory
    cd <Mozilla installation directory>/plugins
    2. In the current directory, create a symbolic link to Java ns7/libjavaplugin_oji.so file Type:
    ln -s <Java installation directory>/plugin/i386/ns7/libjavaplugin_oji.so

    Example:
    * If Mozilla is installed in this directory:
    /usr/lib/mozilla-1.4/
    * and if the Java is installed at this directory:
    /usr/java/jre1.6.0
    * Then type at the terminal to go to the browser plug-in directory:
    cd /usr/lib/mozilla-1.4/plugins
    * Enter the following command to create a symbolic link to the Java Plug-in for the Mozilla browser.
    ln -s /usr/java/jre1.6.0/plugin/i386/ns7
    /libjavaplugin_oji.so .
    3. Start Mozilla browser or restart it if it is already running. Note that if you have other Mozilla components (ie: Messenger, Composer, etc) running, you will need to restart them as well.
    4. Go to Edit > Preferences. Under Advanced category > Select Enable Java



    Mozilla 1.2, Netscape 6 and later

    1. Go to the plugins sub-directory under the Netscape directory
    cd <Mozilla1.2>/plugins
    2. Create a symbolic link to the ns7-gcc29/libjavaplugin_oji.so file:
    ln -s <Java>/plugin/i386/ns7-gcc29/libjavaplugin_oji.so

    Example:
    * If Netscape is installed at this directory:
    /usr/lib/Mozilla1.2/
    * And if the Java is installed at this directory:
    /usr/java/jre1.5.0
    * Then type at the terminal to go to the browser plug-in directory:
    cd /usr/lib/Mozilla1.2/plugins
    * Enter the following command to create a symbolic link to the Java Plug-in for the Mozilla browser.
    ln -s /usr/java/jre1.6.0/plugin/i386/ns7-gcc29
    /libjavaplugin_oji.so .
    3. Start Mozilla browser or restart it if it is already running. Note that if you have other Mozilla components (ie: Messenger, Composer, etc) running, you will need to restart them as well.
    4. Go to Edit > Preferences. Under Advanced category > Select Enable Java



    Firefox

    1. Go to the plugins sub-directory under the Firefox installation directory
    cd <Firefox installation directory>/plugins

    2. In the current directory, create a symbolic link to the Java ns7/libjavaplugin_oji.so file Type:
    ln -s <Java installation directory>/plugin/i386/ns7/libjavaplugin_oji.so

    Example:
    * If Firefox is installed at this directory:
    /usr/lib/firefox-1.4/
    * And if the Java is installed at this directory:
    /usr/java/jre1.6.0
    * Then type at the terminal to go to the browser plug-in directory:
    cd /usr/lib/firefox-1.4/plugins
    * Enter the following command to create a symbolic link to the Java Plug-in for the Mozilla browser.
    ln -s /usr/java/jre1.6.0/plugin/i386/ns7
    /libjavaplugin_oji.so

    In the command line above, use ns7-gcc29 if Firefox was compiled with gcc2.9.

    If you install Firefox 1.5 or later, you can enable the Java Console menu item in the Tools menu. Change directories to the Firefox extensions directory, then unzip ffjcext.zip there.

    cd /usr/lib/firefox-1.4/extensions
    unzip /usr/java/jre1.6.0/lib/deploy/ffjcext.zip

    3. Start the Firefox browser, or restart it if it is already up.

    In Firefox, type about:plugins in the Location bar to confirm that the Java Plugin is loaded. If the version is Firefox 1.5 or later, click the Tools menu to confirm that Java Console is there




    Test Installation
    To test that Java is installed, enabled and working properly on your computer, run this test applet from our web site:
    Test your Java

    NEED MORE HELP?
    If you require further assistance, please make sure you check through our Help and FAQ sections thoroughly. We probably have a page that answers your question.

    You may find information on the following topics in the Help section:
    Installing Java
    Configuring Java
    Error Messages
    Applet Application




    Get Java Installation Help Now


    Help Resources
    > Installing Java
    > Configuring Java
    > Error Messages
    > Applet Application
    > Legal


    FAQ
    > General Questions
    > Java for Mobile Devices
     
  3. oobetimer

    oobetimer Member

    Joined:
    Mar 4, 2009
    Messages:
    61
    Likes Received:
    0
    Trophy Points:
    16
  4. finnfe

    finnfe Member

    Joined:
    Jan 9, 2009
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    11
    moi,

    en ole ekspertti, mutta onko sulla linpus? Siis sama kuin Acer Aspire one A150:ssä? Siihen löytyy jotain perusohjelmia tästä linkistä (helppo asennus, tyyliin tuplaklikkaus) http://www.acer.com/aspireone/support/files/connect.html#004

    Mutta kuten sanottu, en tunne tuota Acer 110 järjestelmää, joten en tiedä onnistuuko, mutta tsekkaa ite. Toivottavasti oli apua!
     

Share This Page