LinuxQuestions.org
Review your favorite Linux distribution.
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 10-21-2004, 11:47 PM   #1
che_elpoder
LQ Newbie
 
Registered: Oct 2004
Location: phoenix,arizona
Posts: 3

Rep: Reputation: 0
Unhappy intalling java and limewire


i have just downloaded both limewire and java they are in my file:/root/My Computer/My Documents and i cant figure out how to install them can anybody help me please i been trying and reading forums for ever, please help just transfered from windows so this is all new to me kind of fustrating what do i need please give me step by step help if you can
 
Old 10-22-2004, 12:41 AM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Knowing your distro would be quite helpful in trying
to assist you with the problem. ... that said, looking
at the location of the download: It's ALWAYS a bad
idea to run a Linux machine logged in as root.


Cheers,
Tink
 
Old 10-22-2004, 06:51 AM   #3
polarbear
LQ Newbie
 
Registered: Mar 2004
Location: here
Distribution: gentoo mandrake, xandros
Posts: 23

Rep: Reputation: 15
lin

it looks like it is probably lindows/winux/linspire/whatevertherenameisnow
that is the only distribution I know which would trick a newbie into running as root and also has "My" directories.
 
Old 10-22-2004, 07:07 AM   #4
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
If you downloaded a binary package of Java (j2re-1_4_2_05-linux-i586.bin) so install it as follows. If you downloaded an RPM - i don't know how to install it.

Installing Java from .bin package:

Login as root. Create a directory /usr/java:
Code:
mkdir /usr/java/
Copy a downloaded .bin package to this dir
Code:
cp /My Computer/My Documents/j2re-1_4_2_05-linux-i586.bin /usr/java
go to created dir:
Code:
cd /usr/java/
and make it executable:
Code:
chmod +x j2re-1_4_2_05-linux-i586.bin
.
Then run it:
Code:
./j2re-1_4_2_05-linux-i586.bin
It will unpack itself in subdir of /usr/java called j2re1.4.2_05
Open your favorite text editor and copy the folowing to:
Code:
JAVA_HOME=/usr/java/j2re1.4.2_05
export JAVA_HOME

PATH=$PATH:$JAVA_HOME/bin
export PATH
Save this file as root in /etc/profile.d, name it java.sh. Make it executable:
Code:
chmod +x /etc/profile.d/java.sh
Restart X. To check your Java installation in console do
Code:
which java
It will output an info about installed Java. If it doesn't, you did something wrong.

If you have Mozilla or Firefox, you may want Java plugin installed for. So close Mozilla/Firefox completely, login as root and go to /usr/java/j2re1.4.2_05/plugin/i386/ns610-gcc32. There is a file called libjavaplugin_oji.so inside. Just copy this file to Mozilla/Firefox /plugin dir. Then to check it installed open Mozilla/Firefox and type "about:plugins" without quotes in addres bar. It will open a page with info about installed plugins. If Java isn't listed, then you did something wrong.
Limewire: post an exact name of the file you downloaded, please.

Last edited by z-vet; 10-22-2004 at 07:17 AM.
 
Old 10-22-2004, 01:13 PM   #5
che_elpoder
LQ Newbie
 
Registered: Oct 2004
Location: phoenix,arizona
Posts: 3

Original Poster
Rep: Reputation: 0
how do you create a directory and were do i put in all that stuff you said--- z-vet ohh yeah and whats a distro im lost
 
Old 10-22-2004, 10:20 PM   #6
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
a distro is the ditribution of linux you have installed, like slackware, mandrake, linspire, debian, fedora.......

to create a directory, just type mkdir nameofdirectory at a command line in the folder you want to make it

most of the time where you download a file or program, the vendor provides instructions on how to install it. it is a lot different than in windows, for the most part and on most distros you cant simply double click the file and start an install, ,there is a lot more to it

you would probably be better off figuring out what version of linux you have installed and how to use it before you dive into installing file sharing software, if you dont have a firewall running you could be asking for it
 
  


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
LimeWire and Java loke137 Linux - Software 26 03-09-2007 05:42 AM
Limewire/Java Kaao Linux - Software 3 08-19-2005 04:01 AM
Java and Limewire astronerd Linux - Software 10 03-24-2005 04:41 PM
Limewire java help Ogledbyoldmen Linux - Software 5 02-02-2004 02:33 AM
Help with LimeWire/Java please. DarkGhost Linux - Software 21 06-04-2002 07:27 PM

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

All times are GMT -5. The time now is 06:36 AM.

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