Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Linux: Making a Link? (https://www.gnutellaforums.com/general-linux-support/2490-linux-making-link.html)

Unregistered July 17th, 2001 04:52 PM

Linux: Making a Link?
 
After, many days of tring to get java to work on my system, I finaly was able to get lw 1.6 to work with the java/path/java -cp . RunLime command. The only problem is now that I have to use the terminal every time I want to run the program. It would be great if I could create a link, but everything i tried has failed. I am using Linux-Mandrake 8 with java 1.4.0 beta...

Thanks in advance...
~/Andy

Unregistered July 17th, 2001 06:16 PM

Java is running inside the terminal. There is no way to run LimeWire without a terminal. Your only choice here is to write a shell that would execute a terminal and run the command, but don't ask me how.

Unregistered July 18th, 2001 08:15 AM

Andy:

Here's what i did:

Make a shell script in your LimeWire Directory called something (whatever, doesn't matter). Inside the script, write the following:
-------------------------------------------------------------------------

#!/bin/bash
cd..
cd /usr/local/LimeWire (or whatever your limewire directory is)
/usr/java/jre1.3.1/bin/java -cp . RunLime


--------------------------------

Save this file in your LimeWire directory.

Now make a link to the script that you have just created on your desktop (ie, right click on desktop, choose create new link to application), and point the link to the script file that you have just created. This should allow you to run limewire from one click off of your desktop. Let me know if you have any questions.

Rife

Unregistered July 18th, 2001 08:22 AM

Andy:

Here's what i did:

Make a shell script in your LimeWire Directory called something (whatever, doesn't matter). Inside the script, write the following:
-------------------------------------------------------------------------

#!/bin/bash
cd..
cd /usr/local/LimeWire (or whatever your limewire directory is)
/usr/java/jre1.3.1/bin/java -cp . RunLime


--------------------------------

Save this file in your LimeWire directory.

Now make a link to the script that you have just created on your desktop (ie, right click on desktop, choose create new link to application), and point the link to the script file that you have just created. This should allow you to run limewire from one click off of your desktop. Let me know if you have any questions.

Rife

Unregistered July 18th, 2001 08:52 AM

Alrighty, thank you unregistered!!!! Forgot one thing though.....

Do a 'chmod a+x' on the file you created.

Unregistered July 18th, 2001 08:57 AM

You're welcome.

And yes, make sure that you do change permissions for the file as well, if necessary. When i created it, though, it wasn't needed..


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

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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.