Find the answer to your Linux question:
Results 1 to 9 of 9
I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file ...
  1. #1
    Just Joined!
    Join Date
    May 2011
    Posts
    19

    Angry Installing Java on Fedora 14?

    I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file or directory". Is there some sort of program I can install that will automatically turn the rpm.bin/.bin into an executable file? This is frustrating, but persistance is key.

  2. #2
    Just Joined!
    Join Date
    May 2011
    Location
    Malaysia
    Posts
    39
    Quote Originally Posted by fundamental_mima View Post
    I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file or directory". Is there some sort of program I can install that will automatically turn the rpm.bin/.bin into an executable file? This is frustrating, but persistance is key.
    Hi,

    Could be just a simple error.

    chmod 755 /full/path/of/the/downloaded/java-jre

    If you have Gnome, System > Search for files

    When your jre is listed, simply right click it and change it's Properties.

  3. #3
    Just Joined!
    Join Date
    May 2011
    Posts
    19
    I don't have Gnome, but I ran "sh (downloaded path)/file name" and I got "Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
    inflating: jre-6u25-linux-i586.rpm
    Preparing... ########################################### [100%]
    1:jre ########################################### [100%]
    Unpacking JAR files...
    rt.jar...
    jsse.jar...
    charsets.jar...
    localedata.jar...
    plugin.jar...
    javaws.jar...
    deploy.jar...

    Done."

    And it says it installed, but still no java?

  4. #4
    Just Joined!
    Join Date
    May 2011
    Location
    Malaysia
    Posts
    39
    Try

    javac -version

    or

    which java


    btw, is this a rhel/centos/fedora? just in case it's a different system

  5. #5
    Just Joined!
    Join Date
    May 2011
    Posts
    19
    Which java gave me, "/usr/bin/java" and I'm not sure what rhel/centos is, but I'm using Fedora 14?

  6. #6
    Just Joined!
    Join Date
    May 2011
    Posts
    19
    And it's "java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)"

  7. #7
    Just Joined!
    Join Date
    May 2011
    Location
    Malaysia
    Posts
    39
    Fedora's is from Redhat

    That output tells you, you java/jre is installed.

  8. #8
    Just Joined!
    Join Date
    May 2011
    Posts
    19
    But it's still not working? I tried to test the version on the Java site, and it says "How do I test whether Java is working on my computer? Something is wrong. Java is not working"
    Are there any other things you suggest?

  9. #9
    Just Joined!
    Join Date
    May 2011
    Location
    Malaysia
    Posts
    39
    Quote Originally Posted by fundamental_mima View Post
    But it's still not working? I tried to test the version on the Java site, and it says "How do I test whether Java is working on my computer? Something is wrong. Java is not working"
    Are there any other things you suggest?
    I think you're referring to your web browser java pluggin. Try this if it's of any help

    forums.fedoraforum.org/showthread.php?p=1443416

Posting Permissions

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