|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
| LinkBack | Thread Tools | Display Modes |
| |||
|
| ||||
Quote:
ftp://metalab.unc.edu/pub/linux/deve.../i386/FCS-02b/ Be sure to follow the install guides for which ever one you choose (jre or sdk). So that your browsers will use the latest java version on your system. I personally recommend using the jdk-1.4.1 versions as the latest limewire 2.5.5 and up utilize added features provided by java 1.4.1 that isn't present in java 1.3.1. Here is the link for that one: ftp://metalab.unc.edu/pub/linux/deve...4.1/i386/beta/ altoine P.S. I also recommend that everyone use the sdk over the jre as you don't ever know when there is a source file for a java program that was custom made for you by a "friend" on the net and all you need to do is compile the program. altoine |
| |||
For those who are running Debian, this might help. My system is running Debian unstable, with a freshly installed copy of J2SDK 1.4.1. The install ran perfectly for me after I ran the following: ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2 Regards, Rex |
| |||
launching after install i am running mandrake 9.0 i got limewire to install after a fair bit of work. my problem is a rather cosmetic one there is no executeable program to launch limewire. i can get the program to run - and it works fine - by typing ./runLime.sh in the LimeWire directory from a console window i tried to add a menu entry so i could launch from my menu instead of opening a terminal and typing it everytime using menudrake i made the menu entry with the launch command... /home/darc/LimeWire/./runLime.sh however it keeps giving me the error that it cannot find the program -- because the launcher is a shell script, i am assuming that the menu is looking for an executable i tried making a symlink -- that didnt work either any ideas how i can get limewire to launch from the menu ?? thanks P.S - the ./runLime.sh command is the only one that will launch the program -- LimeWire -- or any others that i have tried that are supposed to work will not launch it either |
| ||||
Re: launching after install Quote:
My instructions (always) will require the use of a terminal or console. I am explaining this for your benefit and more for the many newbies. let us use "vi" since that type of editor is normally on a majority of *nix operating systems. type: vi LimeTime (You can substitute "LimeTime" for any other name that you prefer that won't conflict with any pre-existing programs) press: i to enable insert mode. type all that follows: #/bin/sh sh $HOME/LimeWire/runLime.sh (Substitute the path for your chosen absolute path to your installed LimeWire directory) press: Esc to end your editing/insert mode. type: :wq to save/write and quit. type: chmod +x LimeTime (Again substitute "LimeTime" for your preferred executable name) Test it by typing: LimeTime Your program should work without any hitch provided you run it from your home directory. There are other ways to create an executable using other commands but that will be discussed at a later time when the need arises for now. I hope this is helpful for you. altoine |
| |||
I tried what you said -- using vi i typed #/bin/sh sh $HOME/LimeWire/runLime.sh then did chmod +x LimeTime --( even used that file name lol ) this was the output when i tried to run it --- yes i was in the right directory Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.jar.JarFile.<init>(JarFile.java:117) at java.util.jar.JarFile.<init>(JarFile.java:55) any ideas ??? thanks |
| |||
Quote:
ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2 And it should be noted, for people with possibly less experience, that either command should be preceeded by cd /usr/lib BTW, thanks so much for this! Getting limewire installed and running remotely for my son on his Linux box (he's in Maine, I'm in Texas) has been a PITA, but it looks like we're in the clear now! |
| |||
my previous message I tried what you said -- using vi i typed #/bin/sh sh $HOME/LimeWire/runLime.sh then did chmod +x LimeTime --( even used that file name lol ) this was the output when i tried to run it --- yes i was in the right directory Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.jar.JarFile.<init>(JarFile.java:117) at java.util.jar.JarFile.<init>(JarFile.java:55) any ideas ??? thanks ----------------------------- no need to repsond.. i figured it out i did a classpath statement -- just because i happened to come accross a java class error during this process.... and voila everything works perfect now... not only can i run limewire from the konsole... i can now launch it from a desktop icon... thanks for the help |
| |||
Re: A First!! Quote:
|
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
!!Solution!! to LW Problems!! | Panzer | Connection Problems | 26 | March 21st, 2009 07:24 PM |
An install problem that there is no solution for | 5tr4f3 | General Linux Support | 1 | August 28th, 2002 12:22 AM |
A possible solution for connection problems | Taliban | Connection Problems | 3 | May 9th, 2002 12:07 AM |
MRJ install problem... already tried given solution.. help! | Unregistered | Mac | 2 | April 2nd, 2002 07:59 AM |
Solution to Windows 2000 Install Problem | Unregistered | Windows | 1 | March 7th, 2002 05:07 PM |