Find the answer to your Linux question:
Results 1 to 3 of 3
im sorry but i dont get it i put the java bin file in my home folder then in the home folder on the top text box i typed in ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    8

    how do you open.bin?

    im sorry but i dont get it
    i put the java bin file in my home folder
    then in the home folder on the top text box i typed in ./jre-6u2-linux-i586.bin
    but it comes up with a msg that says
    "Couldn't find ./jre-6u2-linux-i586.bin
    Please check the spelling and try again"

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You can Open .bin files in that way. Open Terminal/Konsole and execute this
    Code:
    ls
    ./jre-6u2-linux-i586.bin
    Check this Tutorial too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Before running/opening the file, you may need to make it executable e.g. by doing
    Code:
    $chmod +x jre-6u2-linux-i586.bin

Posting Permissions

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