LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-23-2003, 11:26 PM   #16
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15

it brought up the text i agreed to it the it unpacked some stufff.
what is next is i become root. how do i do this, must i log off?
then i type this
rpm -iv j2re-1_4_1_<version number>-linux-i586.rpm do i include the directory to it (/home/guest/j2re-1_4_1_03-linux-i586-rpm.bin)
 
Old 07-23-2003, 11:29 PM   #17
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
to become root(superuser) all you have to do is to type
su
in the console and than it will prompt you for the password. Thats it.
 
Old 07-23-2003, 11:40 PM   #18
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
ok did that and the rpm -iv
 
Old 07-23-2003, 11:47 PM   #19
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
the file is in the usr/java folder. What do i do now?
 
Old 07-23-2003, 11:50 PM   #20
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
export PATH=$PATH:/usr/java/j2sdk1.4.2/bin

there should be similar folders in your /usr/java/folder. Find them and do exactly what I did up there. Then you can try installing limewire by doing
./LimeWireLinux.bin

its all in my earlier post
 
Old 07-23-2003, 11:54 PM   #21
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
ok thank u so much. Before i run the lime wire do i have to do the
chmod a+x
 
Old 07-23-2003, 11:56 PM   #22
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
i dont think so but do chmod +x LimeWireLinux.bin if it doesnt work otherwise
 
Old 07-24-2003, 12:00 AM   #23
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
ok I ran it and says cannot install cause i need a java virtual machine.

Do i have to reboot first then install limewire
 
Old 07-24-2003, 12:05 AM   #24
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
theres something wrong with this command

export PATH=$PATH:/usr/java/j2sdk1.4.2/bin

make sure its correct path to your java commands. i suggest you reboot and type that command again and make sure it refers to YOUR java installation.
Good Luck
 
Old 07-24-2003, 12:08 AM   #25
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
i type
export PATH=$PATH:/usr/java/j2sdk 1.4.2/bin

just like it is ? or do i have to modify that command?
 
Old 07-24-2003, 12:15 AM   #26
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
Quote:
i type
export PATH=$PATH:/usr/java/j2sdk 1.4.2/bin

just like it is ? or do i have to modify that command?
Yours should look like this one, again an example:

export PATH=$PATH:/usr/java/j2re1.4.2/bin, I cant tell you the exact command because I simply dont know where your java is installed. You find the directory and use my command as a guideline. Find out where in /usr java is installed and then look for bin subdirectory which should have java, javac, javadoc etc. this is the correct path you should export. I hope you get this right this time.
Good Luck
 
Old 07-24-2003, 12:23 AM   #27
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
I am not understanding this part.
export PATH=$PATH:/usr/java/j2re1.4.2/bin

there is a folder named java in /usr with a bin folder in it /usr/java/bin

what am i supposed to export??

Last edited by newbe45; 07-24-2003 at 12:30 AM.
 
Old 07-24-2003, 01:16 AM   #28
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
Okay, try this in console:
locate jre | more

this will give u a listing of where the jre folder is ON YOUR COMPUTER. There should be a bin folder INSIDE jre folder.
export PATH=$PATH:/your_path_to_jre_bin
and then ./LimeWireLinux.bin
 
Old 07-24-2003, 01:37 AM   #29
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
ok what about the first part in this
export PATH=$PATH:/usr/java/j2re.1.14/bin
^
what goes up there
 
Old 07-24-2003, 01:43 AM   #30
newbe45
Member
 
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128

Original Poster
Rep: Reputation: 15
what do i put in for the first PATH
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
run my program alaios Linux - General 6 07-29-2004 05:27 PM
Program to run mfo6463 Linux - Newbie 2 04-21-2004 07:28 PM
Viewing program messages when program isn't run from command line? Locura Linux - Software 1 09-27-2003 08:19 AM
How do I run a program? rtstar Linux - Newbie 2 07-25-2003 09:08 AM
want to run my C program........ gurpreetpall Programming 4 03-22-2002 03:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration