LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-23-2005, 10:44 PM   #1
astronerd
Member
 
Registered: Feb 2005
Location: New Orleans, LA
Distribution: Fedora Core 2
Posts: 49

Rep: Reputation: 15
Java and Limewire


I am having problems with limewire and java. I downloaded j2re from the Dag RPM, but now I dont know what to do after that. I have seen various instructions on what to do, but I dont even know where to find my folder with firefox or java. I just need to know where to look for these files and what command to use so that I can get java working and get limewire working. The directiions on Java's site arent helpful, I am very new to this and I dont wanna go in and edit files possibly messing somthing up Can someone give me a fairly simple step by step to find the needed folders and commands...?
Thanks alot,
Charles
 
Old 03-23-2005, 11:00 PM   #2
dickohead
Member
 
Registered: Feb 2003
Location: Melbourne, VIC, Australia
Distribution: Ubuntu 6.06
Posts: 101

Rep: Reputation: 15
i'm assuming you are in KDE/Gnome - yes? If so - just run that rpm file like you would an exe file in windows, give your root password at the prompt and let it go, after that, install limewire - and then run the file called "limewire" in whichever folder you installed it to (i just installed mine to /home/me/Limewire)

Or if you are using the command line:

type:
Code:
su (wait for the prompt then your root password)
rpm -ivh /path/to/java.rpm
eg:
Code:
rpm -ivh /home/astronerd/downloads/j2re_version.rpm
hope that helps!

Last edited by dickohead; 03-23-2005 at 11:02 PM.
 
Old 03-23-2005, 11:11 PM   #3
astronerd
Member
 
Registered: Feb 2005
Location: New Orleans, LA
Distribution: Fedora Core 2
Posts: 49

Original Poster
Rep: Reputation: 15
Well I am using Gnome, and I am also using yum extender so it just installed java for me. But the problem I am having is getting firefox to be java supported. I have read that you have insert some code in the firefox plugins file or something like that. SO that is where I am lost. I dont know what I need to do to install the plugins for firefox, and then after that I can get limewire to work.
 
Old 03-24-2005, 01:49 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You have to create a symlink from your java plugin directory to your firefox installation e.g.
Code:
#ln -s /usr/java/jdk1.5.0_01/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox/plugins
Change the paths so that they are the same as the ones on your system.
 
Old 03-24-2005, 11:26 AM   #5
astronerd
Member
 
Registered: Feb 2005
Location: New Orleans, LA
Distribution: Fedora Core 2
Posts: 49

Original Poster
Rep: Reputation: 15
Thanks redazz, but this is the problem that I am having. I have seen this command before and the problem that I am having is trying to figure out which paths I have to use on my computer. I tried to find the firefox files and dont know if I use the one with /usr/.../mozilla/firefox or the one that has /usr/.../firefox/ . I really just need to know where to look, and what specfically to look for. Sorry if this seems kind of like a stupid question, its just that I am really new to this.
 
Old 03-24-2005, 12:01 PM   #6
Jimbo99
Member
 
Registered: Nov 2003
Distribution: Ubuntu 7.04
Posts: 241

Rep: Reputation: 31
He's listing the java development kit as the path to his java. He really should be paying attention. His path is wrong.


You seem to be talking about a couple problems related to Java but with two different causes and two different solutions. The path he mentions is the path to the plugins needed to get firefox to work with java apps.

If you downloaded and installed java from sun's site and the version is 1.5 then

/usr/java/jre1.5.0_02/plugin/i386/ns7-gcc29

or

/usr/java/jre1.5.0_02/plugin/i386/ns7

Your symbolic link should be created in the firefox plugin directory. His command would create it but it would probably point to a version/directory/path (whatever) that you don't have and hence it won't work.

BUUUUTTTTTTT.........

You titled your thread about limewire which is an app that doesn't require Firefox to work. It works independently of your browser. Limewire is an application in and of itself. In that case you need to correct the path to the real version of java that is installed in your /usr/java directory.

What distro are you using? What version of java?

Again, java is located in /usr/java.

FC3 puts the wrong symbolic link so Limewire won't work. You have to fix the distro's mistake by creating the correct sym link to the one in your /usr/java directory.

If the RPM you got from Dag Wiers installed 1.5 of java then you'd do something like this in a terminal window:

cd /usr/bin
ls -al java*

You should see a symbolic link to java.

lrwxrwxrwx 1 root root 30 Mar 23 20:16 java -> /usr/java/jre1.5.0_02/bin/java

This will probably point to a different folder than the one in my example.

Read the path listed in yours. Then change to that directory and see if the files are there.

If they aren't you'll need to locate your java runtime files. ****** YOU are only verifying the path at this point***********

type: cd /usr/java

get a listing: ls -al

If you see the jre* folders find the one with the highest version number. Right now I believe it is:

drwxr-xr-x 7 root root 4096 Feb 10 07:38 jre1.5.0_02

Then change into that directory, e.g., cd jre1.5.0_02

If you change into that directory then you are good to go and you have completed the verification part.

Now the fix is as simple as getting rid of the sym link that points to the wrong place and creating a new symlink that points to the version of java that you do have.

Again, this has nothign whatsoever to do with your browser. This is just to get the correct sym link to the version of the java runtime environment that you want to use.

type:

cd /usr/bin

rm java (answer yes to confirm, if you are prompted)

OR

mv java javaold (to rename the file instead of deleting it)

type:

ln -s /usr/java/jre1.5.0_02/bin/java /usr/bin/java

This will create a link in your /usr/bin folder which contains the symbolic link called java. This is just like a shortcut in windows xp or an alias in osx. It is simply a pointer to an application in another location so you don't have to copy around files or have extensively long path environment variable.


If you go to your /usr/bin folder and do an ls -al java* you should see a correct link pointing to your installed version of the java runtime. If the link is red and/or is flashing it means your link is incorrect and you need to review your paths and filenames to ensure that you typed them correctly.

Once that link is created and it points to the correct version of java your limewire will run. I have seen it complain at start up, but it still runs and functions correctly.

Hope this helps.

Last edited by Jimbo99; 03-24-2005 at 12:36 PM.
 
Old 03-24-2005, 12:22 PM   #7
astronerd
Member
 
Registered: Feb 2005
Location: New Orleans, LA
Distribution: Fedora Core 2
Posts: 49

Original Poster
Rep: Reputation: 15
I am using FC3 and the when I last checked it was using 1.4.6(I think .6) version Java. Basically you are right though, I want to get limewire to work and somewhere I read that you had to get java in firefox to work to accomplish this. If I can get the two to work together that would be great, but mainly I want limewire for now. So is there something that I need to change in the java files to point it to limewire, or vice versa? Am I close or way off? Again sorry for the step by step questions, I have only been using linux for a week or so. Oh, and I did download the 1.5 version from Java, but I didnt install it I think. I used yum ex to get the j2re(newest version I am assuming) from the Dag repo and it just installs it for me. Does this help?
 
Old 03-24-2005, 12:25 PM   #8
astronerd
Member
 
Registered: Feb 2005
Location: New Orleans, LA
Distribution: Fedora Core 2
Posts: 49

Original Poster
Rep: Reputation: 15
Sorry, for some reason Jimbo the last half of your post didnt come up the first time, and thats why I posted some more questions that are answered in your original response. I will take a try at it and see what happens... Thanks
 
Old 03-24-2005, 12:30 PM   #9
Jimbo99
Member
 
Registered: Nov 2003
Distribution: Ubuntu 7.04
Posts: 241

Rep: Reputation: 31
Limewire does not require a plugin to work. Firefox will only utilize a java plugin, hence they are handled differently.

Yes, some java instalaltion packages put the correct links in place and some do not.

Go to www.java.com and download the most current version of the java runtime. It will come down as a .bin file which you can execute from a terminal window.

It will install the most current runtime in the location where I stated, but it doesn't create the symbolic links.

My best suggestion is when you are solving problems such as this to work on one issue at a time. If you want limewire to work then focus on it. Once you get it working, then focus on firefox.

BTW, Opera seems to do the plugin thing correctly for java. I've had alot of problems with mozilla and firefox over the years trying to get it work properly.
 
Old 03-24-2005, 12:39 PM   #10
Jimbo99
Member
 
Registered: Nov 2003
Distribution: Ubuntu 7.04
Posts: 241

Rep: Reputation: 31
Quote:
Originally posted by astronerd
Sorry, for some reason Jimbo the last half of your post didnt come up the first time, and thats why I posted some more questions that are answered in your original response. I will take a try at it and see what happens... Thanks
I was editing it. Although you have this problem others will too, so I wanted to write it so that others searching for this solution in the future have something more complete by which to reference, hence, that's why you saw only parts of it.
 
Old 03-24-2005, 04:41 PM   #11
zab
LQ Newbie
 
Registered: Mar 2005
Location: Big Apple
Distribution: FC
Posts: 12

Rep: Reputation: 0
There are simpler instructions available in the forum linked from my sig.

Edit: oops, forgot I don't have it here. Official LimeWire install instructions

Last edited by zab; 03-24-2005 at 04:48 PM.
 
  


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 and java Install presnwa Mandriva 3 09-25-2005 11:35 AM
Limewire/Java Kaao Linux - Software 3 08-19-2005 04:01 AM
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 - Software

All times are GMT -5. The time now is 03:08 PM.

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