LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-27-2007, 11:18 AM   #1
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Rep: Reputation: 30
java and fedora core 7


I am having trouble configuring java in my fedora core 7 I have downloaded and installed 1jre-6u2-linux-i586-rpm.bin, and it seems to have installed.
I am using firefox version 2.0.0.. And konqueror 3.5.7.fc7. I would appreciate the help.
 
Old 09-27-2007, 01:24 PM   #2
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Rep: Reputation: 31
Quote:
Originally Posted by paul62 View Post
I am having trouble configuring java in my fedora core 7 I have downloaded and installed 1jre-6u2-linux-i586-rpm.bin, and it seems to have installed.
I am using firefox version 2.0.0.. And konqueror 3.5.7.fc7. I would appreciate the help.
Did you check the java installation manual?
if not this is the link:
http://www.java.com/en/download/help/5000010500.xml#rpm

you will find how to enable java [Enable and Configure] near the bottom of the page

I hope this is helpful enough
 
Old 09-27-2007, 03:06 PM   #3
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
still need help

I tried the tips in the manual and this is what I am getting.

[root@localhost plugins]# In -s /usr/java/jre-6u2-linux-i586.rpm/i386/ns7/libjavaplugin_oji.so
bash: In: command not found
I would appreciate the help
 
Old 09-27-2007, 03:49 PM   #4
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Rep: Reputation: 31
Happy Birthday paul62 and many happy returns

First I think you should know that linux commands are case sensitive for example dir is not equal to DIR or even Dir

about the command
This command is ln (l for long or launch) not in

given that you only have this error in this command then copy and paste the following line:

ln -s /usr/java/jre-6u2-linux-i586.rpm/i386/ns7/libjavaplugin_oji.so

I think it should work after that

Last edited by AGazzaz; 09-27-2007 at 03:54 PM.
 
Old 09-28-2007, 09:59 AM   #5
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
I tried it this way and the command worked, but now I need to be able to find the path to the executable for konqueror, and how do I register with firefox? I appreciate the help.
 
Old 09-28-2007, 06:55 PM   #6
axelfc
Member
 
Registered: Jan 2006
Distribution: ArchLinux
Posts: 175

Rep: Reputation: 34
This command is totally wrong. It seems that those instructions confused you. Take a look here.
 
Old 09-30-2007, 07:24 PM   #7
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
I have tried all of those instruction, not gotten any error messages and it still does work,when I click on tools>java console ,I am getting the message. "The java support in the browser has vbeen disable". How could I correct this?

Last edited by paul62; 09-30-2007 at 07:31 PM.
 
Old 10-01-2007, 01:58 AM   #8
axelfc
Member
 
Registered: Jan 2006
Distribution: ArchLinux
Posts: 175

Rep: Reputation: 34
When you type aboutlugins in Firefox can you see the jre plugin among others?

I read in mozilla forums that there is a problem with java onsole. Take a look here on how to fix it.
 
Old 10-01-2007, 11:21 AM   #9
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
No I cannot see jre,
 
Old 10-01-2007, 09:26 PM   #10
fkelbe
LQ Newbie
 
Registered: Oct 2007
Location: Albuquerque, NM
Distribution: Fedora
Posts: 2

Rep: Reputation: 0
I couldn't get to the guides that were referenced (timed out), so try this:

make sure the rpm is actually installed:

Code:
rpm -Uvh jre-6u2-linux-i586.rpm
verify the location of the plugin:

Code:
rpm -ql jre | grep libjavaplugin_oji
link the plugin file to the default mozilla plugins directory. (For Fedora 7, do not use the path that has gcc29 in it)

Code:
ln -s /usr/java/jre1.6.0_02/plugin/i386/ns7/libjavaplugin_oji.so  /usr/lib/mozilla/plugins
(you should have seen this path/filename when you verified the location of the plugin)

And remember, the "ln" command is lowercase LN...

Last edited by fkelbe; 10-01-2007 at 09:57 PM.
 
Old 10-02-2007, 09:38 PM   #11
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
I am still having trouble, I have tried all of the commands.
 
Old 10-02-2007, 09:40 PM   #12
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
The rpm is installed and I verified the path but no luck.
 
  


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
java on Fedora Core 4 Cony Linux - Software 5 03-07-2006 08:56 AM
java on Fedora core 4 shabbirhai Programming 1 01-24-2006 10:52 AM
How to run java in Fedora core 3 gjo Fedora 2 10-02-2005 03:18 AM
Java & Fedora Core 4 Rick069 Linux - Software 6 09-22-2005 03:49 AM
Getting Java-VM to work on Fedora Core 2 rpierce34 Fedora 13 03-31-2005 10:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:26 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