Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 05-18-2007, 05:54 PM   #1 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Java Runtime Installation Help Needed

If this is the right place- hope it is!

I have downloaded this file jre-6ui-linux-i586-rpm.bin to my desktop,
and cannot for the life of me figure out how to install it correctly using
the instructions given on the PluginDoc page, or the Java.com download
page. If anyone can give me a step-by-step-for-dummies-instructions
it would be greatly appreciated.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-18-2007, 06:16 PM   #2 (permalink)
Uh oh.
 
cjessee's Avatar
 
Join Date: Aug 2005
Location: Ohio
Posts: 794
OS: Windows NT/2000/XP, Dictaphone, Windows 2003 Server


Send a message via AIM to cjessee
Re: Java Runtime Installation Help Needed

you have to make the file executable -

Open a console session and then you should be able to type:

chmod a+x jre-6ui-linux-i586-rpm.bin

This should allow you to type

jre-6ui-linux-i586-rpm.bin and start the installation.
cjessee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:01 PM   #3 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

Quote:
Originally Posted by cjessee View Post
you have to make the file executable -

Open a console session and then you should be able to type:

chmod a+x jre-6ui-linux-i586-rpm.bin

This should allow you to type

jre-6ui-linux-i586-rpm.bin and start the installation.

Is a console session the same thing as the root terminal?
I opened the root terminal, and typed it in.

root@ace-mom-desktop:/home/ace-mom# chmod a+x jre-6ui-linux-i586-rpm.bin
chmod: cannot access `jre-6ui-linux-i586-rpm.bin': No such file or directory
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:03 PM   #4 (permalink)
Registered User
 
Join Date: May 2007
Posts: 62
OS: Windows XP,Linux


Re: Java Runtime Installation Help Needed

try
ls to make sure your in the same directory as jre-6ui-linux-i586-rpm.bin (thats an L as in LS)

and if you are

chmod +x jre-6ui-linux-i586-rpm.bin
./jre-6ui-linux-i586-rpm.bin

Last edited by bkubes; 05-18-2007 at 07:09 PM.
bkubes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:07 PM   #5 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

Do I need to create that directory? Thanks for helping me, by the way!

bash: ./jre-6ui-linux-i586-rpm.bin: No such file or directory

I typed in ls:

root@ace-mom-desktop:/home/ace-mom# ls
Desktop may09firestarter-events.txt New Database.odb
Examples may11firestarter-events.txt Unsaved Document 1
Firefox_wallpaper.png may13firestarter-events.txt
firestarter-events.txt may14firestarter-events.txt

Last edited by Mrs. Blaileen; 05-18-2007 at 07:09 PM.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:09 PM   #6 (permalink)
Registered User
 
Join Date: May 2007
Posts: 62
OS: Windows XP,Linux


Re: Java Runtime Installation Help Needed

Did you download it to your desktop?
Or do you otherwise know where its saved to?
bkubes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:09 PM   #7 (permalink)
Uh oh.
 
cjessee's Avatar
 
Join Date: Aug 2005
Location: Ohio
Posts: 794
OS: Windows NT/2000/XP, Dictaphone, Windows 2003 Server


Send a message via AIM to cjessee
Re: Java Runtime Installation Help Needed

Is jre-6ui-linux-i586-rpm.bin listed when you type ls?
cjessee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:13 PM   #8 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

Quote:
Originally Posted by bkubes View Post
Did you download it to your desktop?
Or do you otherwise know where its saved to?
It is on my desktop.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:14 PM   #9 (permalink)
Registered User
 
Join Date: May 2007
Posts: 62
OS: Windows XP,Linux


Re: Java Runtime Installation Help Needed

Good! It should work this time.

cd Desktop
chmod a+x jre-6ui-linux-i586-rpm.bin
./jre-6ui-linux-i586-rpm.bin
bkubes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:15 PM   #10 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

Quote:
Originally Posted by cjessee View Post
Is jre-6ui-linux-i586-rpm.bin listed when you type ls?
Nope. I copied and pasted the results in a previous post, it's all other files.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:16 PM   #11 (permalink)
Uh oh.
 
cjessee's Avatar
 
Join Date: Aug 2005
Location: Ohio
Posts: 794
OS: Windows NT/2000/XP, Dictaphone, Windows 2003 Server


Send a message via AIM to cjessee
Re: Java Runtime Installation Help Needed

bkubes command line should work then... sorry I missed the ls. Enjoy Linux.
cjessee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:29 PM   #12 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

Quote:
Originally Posted by bkubes View Post
Good! It should work this time.

cd Desktop
chmod a+x jre-6ui-linux-i586-rpm.bin
./jre-6ui-linux-i586-rpm.bin

This is as far as I got:

root@ace-mom-desktop:/home/ace-mom# cd
root@ace-mom-desktop:~#


It doesn't see it, even on my desktop.
root@ace-mom-desktop:~# chmod a+x jre-6ui-linux-i586-rpm.bin
chmod: cannot access `jre-6ui-linux-i586-rpm.bin': No such file or directory

Should I reboot? Maybe move the file somewhere it can see it?
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:29 PM   #13 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

Quote:
Originally Posted by cjessee View Post
bkubes command line should work then... sorry I missed the ls. Enjoy Linux.
Thank you.


I think I better just read up on my new operating system, I should know how to do this.

Last edited by Mrs. Blaileen; 05-18-2007 at 07:56 PM.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 07:54 PM   #14 (permalink)
Registered User
 
Join Date: May 2007
Posts: 62
OS: Windows XP,Linux


Re: Java Runtime Installation Help Needed

Quote:
Originally Posted by Mrs. Blaileen View Post
This is as far as I got:

root@ace-mom-desktop:/home/ace-mom# cd
root@ace-mom-desktop:~#


It doesn't see it, even on my desktop.
root@ace-mom-desktop:~# chmod a+x jre-6ui-linux-i586-rpm.bin
chmod: cannot access `jre-6ui-linux-i586-rpm.bin': No such file or directory

Should I reboot? Maybe move the file somewhere it can see it?
It doesn't seem like you ever changed directories to your desktop??

try

cd ~/Desktop
chmod a+x jre-6ui-linux-i586-rpm.bin
./jre-6ui-linux-i586-rpm.bin


or

chmod a+x ~/Desktop/jre-6ui-linux-i586-rpm.bin
~/Desktop/jre-6ui-linux-i586-rpm.bin
bkubes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 08:09 PM   #15 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

It says it lives here, and here are the properties, if that helps:

Type: shell script
Size: 17.7 MB (18523974 bytes)
Location: /home/ace-mom/Desktop
Mime Type: application/x-shellscript

It doesn't see the desktop:

root@ace-mom-desktop:/home/ace-mom# cd ~/Desktop
bash: cd: /root/Desktop: No such file or directory

Last edited by Mrs. Blaileen; 05-18-2007 at 08:10 PM.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 08:13 PM   #16 (permalink)
Registered User
 
Join Date: May 2007
Posts: 62
OS: Windows XP,Linux


Re: Java Runtime Installation Help Needed

Well, I missed you were logged in as root.

cd /home/ace-mom/Desktop
chmod a+x jre-6ui-linux-i586-rpm.bin
./jre-6ui-linux-i586-rpm.bin


sorry about that! Hope it works.
bkubes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-18-2007, 08:38 PM   #17 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

Quote:
Originally Posted by bkubes View Post
Well, I missed you were logged in as root.

cd /home/ace-mom/Desktop
chmod a+x jre-6ui-linux-i586-rpm.bin
./jre-6ui-linux-i586-rpm.bin


sorry about that! Hope it works.

I got as far as this:
root@ace-mom-desktop:/home/ace-mom/Desktop#


I think I will study on this and try again tommorow. I just switched from WinXP
and this Linux is a whole nuther ballgame, but I like it and I will learn it.
I thank you for your time, it has helped me get farther with this.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-20-2007, 07:23 AM   #18 (permalink)
Registered User
 
Mrs. Blaileen's Avatar
 
Join Date: Jan 2007
Posts: 30
OS: Linux, Ubuntu 7.04


Re: Java Runtime Installation Help Needed

I think I've got it solved!

I went to Main Menu > System > Administration > Synaptic Package Manager
> Not Installed > found sun-java6-bin, sun-java6-jre, and sun-java6-plugin
marked them for installation, and hit apply, and viola! they are installed.

Thanks again for helping me sort this out- I learned alot.
Mrs. Blaileen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 09:45 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85