Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Need a lot of help (https://www.gnutellaforums.com/general-linux-support/16246-need-lot-help.html)

Unregistered October 10th, 2002 09:10 AM

Need a lot of help
 
hiya all, i am what u might consider a totally utter linux newbie, i am running mandrake 9.0 and gnome. I have only been using linux for 2 days and i decieded i wanted to download a p2p sharing program like kazaa or direct connect.

I downloaded the limewirelinux.bin file from download.com into my home directory. This is the point where i am stuck lol. I need to know what to do next, as clicking on the file only opens the script in a text program.

please help...

SoStressed@Hotmail.com

i shall keep checking this forum every 30 mins or so...

Thanks

Unregistered October 10th, 2002 09:47 AM

ok installed java, now?
 
ok i installed java 'j2re-1_4_1'

now i read somewhere about a bashrc file or something, i have to edit to make it know where the java is installed, then limewire will run?

pls help me, i have installed java, just need info on how about to edit this file..

thanks

Unregistered October 10th, 2002 11:50 AM

ok, so now java should be installed in "/usr/java/j2re1.4.1" I think... you can check by typing this...

find / -name java 2>/dev/null

it should return the full path of the java binary.
Once you know where java is installed, in a terminal type "gedit ./.bashrc &" and (even if it's a new file) add one line that says

PATH=$PATH:/usr/java/j2re1.4.1/bin

or whatever the directory is that java is in. save it, close it, and close the terminal. Open a NEW terminal (so that .bashrc gets executed) and type "java". if you get the java options stuff you're doing good. If not play with the path you added to .bashrc until it works.

Once you can just type "java" to execute java, in the terminal just type "./limewirelinux.bin" and it should run. If you get "permission denied" type "chmod 755 ./limewirelinux.bin" and try again.

Unregistered October 10th, 2002 12:25 PM

after that comes the tricky part. you have to run the app, but you have to make sure you get the CLASSPATH right, which is where java looks for packages.

I'm assuming you installed limewire to /home/user/limewire.

type "cd ~user/limewire"
type "ls -1 core/lib/*.jar gui/lib/*.jar | cat > ./libs.txt"

now you have a list of all the libraries limewire will need to run in libs.txt

For each of them (you could write SH or perl to do this) you want to add them to the classpath with

CLASSPATH=$CLASSPATH:/home/user/limewire/[next_one]

once you have them all done type "export CLASSPATH"

then type "echo $CLASSPATH | cat > ./cp.txt", and then "gedit ./cp.txt & gedit ~/.bashrc &", and copy the one line from cp.txt into the .bashrc. After all that's done you should be able to go to /home/user/limewire/gui and type "./run".

Not quite installing kazaa, huh?

Unregistered October 11th, 2002 06:14 AM

SoStressed@Hotmail.com
 
Ok, i got to the part where i get the java options etc, but i cannot do this:

./limewirelinx.bin

it says:

[carl@pc-62-30-201-153-cw carl]$ ./limewirelinux.bin
bash: ./limewirelinux.bin: No such file or directory

the file is in my /home/carl folder

any ideas? please

Unregistered October 11th, 2002 06:17 AM

i also tried this:


[carl@pc-62-30-201-153-cw carl]$ ./limewirelinux.bin
bash: ./limewirelinux.bin: No such file or directory

:(

Unregistered October 11th, 2002 06:18 AM

Quote:

Originally posted by Unregistered
i also tried this:


[carl@pc-62-30-201-153-cw carl]$ ./limewirelinux.bin
bash: ./limewirelinux.bin: No such file or directory

:(

ok ignore that posted, gay copy and paste didnt work :/


[carl@pc-62-30-201-153-cw carl]$ chmod 755 ./limewirelinux.bin
chmod: failed to get attributes of `./limewirelinux.bin': No such file or directory
[carl@pc-62-30-201-153-cw carl]$ chmod 755 ./home/carl/limewirelinux.bin
chmod: failed to get attributes of `./home/carl/limewirelinux.bin': No such file or directory

Unregistered October 11th, 2002 06:36 AM

SoStressed@Hotmail.com
 
ok forget all the above now lol, i put the file LimeWireLinux.bin in a folder called limewire then in terminal types cd limewire, then dir, the ./LimeWireLinux.bin, ran through the installer, installed to a folder called 'LimeWire' (Not limewire)...

now..

type "cd ~Carl/LimeWire" << OK
type "ls -1 core/lib/*.jar gui/lib/*.jar | cat > ./libs.txt" <<FAILED

i got the error:...

[carl@pc-62-30-201-153-cw LimeWire]$ ls -1 core/lib/*.jar | cat > ./libs.txt
ls: core/lib/*.jar: No such file or directory


Please help lol :(

Unregistered October 11th, 2002 06:39 AM

Re: SoStressed@Hotmail.com
 
Quote:

Originally posted by Unregistered
ok forget all the above now lol, i put the file LimeWireLinux.bin in a folder called limewire then in terminal types cd limewire, then dir, the ./LimeWireLinux.bin, ran through the installer, installed to a folder called 'LimeWire' (Not limewire)...

now..

type "cd ~Carl/LimeWire" << OK
type "ls -1 core/lib/*.jar gui/lib/*.jar | cat > ./libs.txt" <<FAILED

i got the error:...

[carl@pc-62-30-201-153-cw LimeWire]$ ls -1 core/lib/*.jar | cat > ./libs.txt
ls: core/lib/*.jar: No such file or directory


Please help lol :(

Noticed i missed out a section still no good though :( :


[carl@pc-62-30-201-153-cw LimeWire]$ ls -1 core/lib/*.jar gui/lib/*.jar | cat > ./libs.txt
ls: core/lib/*.jar: No such file or directory
ls: gui/lib/*.jar: No such file or directory

Unregistered October 11th, 2002 09:53 AM

...
 
anyone on ere alive? :o please help, want to start downloading and sharing my 100 gb of files


All times are GMT -7. The time now is 09:20 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.