Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: java refusing to install!!!!!

  1. #11
    Join Date
    Aug 2005
    Location
    Stockholm, Sweden
    Beans
    220
    Distro
    Ubuntu

    Re: java refusing to install!!!!!

    rock_freak, type the following in a terminal:

    sudo ln -s /usr/java/jre1.5.0_06 /usr/java/default

    See if that helps.

  2. #12
    Join Date
    Oct 2004
    Beans
    267

    Re: java refusing to install!!!!!

    Quote Originally Posted by rock freak
    still no joy!!!! any other ideas my java is installed in /usr/java/jre1.5.0_06/

    i am running the amd64 version of ubuntu so tht could have something to dowith it and the 64bit version of java is installed!!!!!!!
    If you're running the 64 bit version of Java, you may need to change the path of the plug-in. The path that was given to you was for the i386 (i.e. 32 bit version). Try substituting the i386 in the path with whatever the 64 bit architecture is called. I don't have a 64 bit machine, so I can't say.

    So your final command should be something like
    Code:
     cd /usr/lib/mozilla-firefox/plugins/
    sudo ln -s /usr/java/jre1.5.0_06/plugin/$YOUR_ARCHITECTURE$/ns7/libjavaplugin_oji.so
    Try that and see if it will work.
    A life devoted to things is a dead life, a stump; a God-shaped life is a flourishing tree -- Proverbs 11:28 (MSG)

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •