Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok, How do i run a file in linux RH 9 ? I downloaded limewire extracted it and when i try to run the file i get a bunch of text. I tried to search for an answer online but cannot find it. Somebody please help me!
okay..now you know that you need java runtime environment (http://www.java.com/en/download/linux_manual.jsp ) in order to install limewire? You should install that and then go to the console and type
./LimeWireLinux.bin
cd LimeWire folder
and thn there should be a readme file which will help you about how to use the program.
after you are done with that you need to find the directory you installed the java vm in and then you need to set your path variable(which we will do after you finish installing the rpm).
chmod a+x j2re-1_4_1_<version number>-linux-i586-rpm.bin
./j2re-1_4_1_<version number>-linux-i586-rpm.bin
The script displays a binary license agreement, which you are asked to agree to before installation can proceed. Once you have agreed to the license, the install script creates the file j2re-1_4_1_<version number>-linux-i586.rpm in the current directory.
Become root, and then type this:
rpm -iv j2re-1_4_1_<version number>-linux-i586.rpm
replace the version number with the one you downloaded. I got all this from http://www.java.com/en/download/help...sp#install-pkg
I suggest you read this if my explanation doesnt work.
yes the ./executable didn't work for me either so i just typed executable as it was, i was logged in as root though .
Question, could these "problems" be apart of the later Kernels ?
Seems as we're regressing instead of progressing..
-----------------------------------------
Windows Registered User # 854411223
hmm..okay now install this and look for your installation, it should be in /usr/java if not than type updatedb in console and then:
locate java | more
to find where it is. After you have found it you type this in console->
export PATH=$PATH://usr/java/j2sdk1.4.2/bin
where /usr/java/j2sdk1.4.2/bin is the location where my java commands are, so you will need to modify it according to your installed files. You can add that line to your .bashrc if you want it to be permanent. After you do that just return to where LimeWireLinux.bin is and type ./LimeWireLinux.bin that should do it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.