Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 4th March 2005, 01:30 PM
Alfred's Avatar
Alfred Offline
Registered User
 
Join Date: Feb 2005
Location: Edmonton, Canada
Age: 41
Posts: 85
Java Woes - Req How to uninstall Java

I am having the problems many are having with Java and Firefox. Quite simply Firefox shuts down as soon as it encounters a padge with Java. I installed Java using the instructions at http://fedoranews.org (...)/stanton_finley....

I have scoured the many posts on this and have concluded that I must uninstall it completely and reinstall using a different method?? synaptic??. However, can someone explain how to uninstall it? I don't want to bugger it up.
__________________
Building a FC Home Server:
Asus M2V-TVM Motherboard,
AMD Sempron 2800+,
250 GB Seagate SATA2 HD,
LG GDR-8164B DVD Drive.
Reply With Quote
  #2  
Old 4th March 2005, 01:40 PM
Clunixchit's Avatar
Clunixchit Offline
Registered User
 
Join Date: Feb 2005
Location: Strasbourg
Age: 28
Posts: 720
if you are using firefox instead of mozilla do

cd /usr/lib/firefox-X.X/plugins/ instead of /usr/lib/mozilla-X.X/plugins

ln -s /usr/java/jreX.X.X_XX/plugin/i386/ns7/libjavaplugin_oji.so
__________________
Itx either one or zero_
http://clunixchit.blogspot.com/
Reply With Quote
  #3  
Old 4th March 2005, 01:41 PM
ilja Offline
Registered User
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,613
to uninstall :
do as root ( http://www.fedorafaq.org/basics/#root )
Code:
rpm -e j2re
and then install java this way : http://www.fedorafaq.org/#java
It is the same as if you would install it with synaptics.

Or do what my preposter said.
__________________
--
http://twitter.com/ik12
Reply With Quote
  #4  
Old 4th March 2005, 03:00 PM
Alfred's Avatar
Alfred Offline
Registered User
 
Join Date: Feb 2005
Location: Edmonton, Canada
Age: 41
Posts: 85
Quote:
Originally Posted by Clunixchit
if you are using firefox instead of mozilla do

cd /usr/lib/firefox-X.X/plugins/ instead of /usr/lib/mozilla-X.X/plugins

ln -s /usr/java/jreX.X.X_XX/plugin/i386/ns7/libjavaplugin_oji.so

Not sure what this does and why (sorry but I am quite new to Linux). You are saying I should change directory to "/usr/lib/firefox-X.X/plugins/" and then create a symbolic link between what???
__________________
Building a FC Home Server:
Asus M2V-TVM Motherboard,
AMD Sempron 2800+,
250 GB Seagate SATA2 HD,
LG GDR-8164B DVD Drive.
Reply With Quote
  #5  
Old 4th March 2005, 03:30 PM
Clunixchit's Avatar
Clunixchit Offline
Registered User
 
Join Date: Feb 2005
Location: Strasbourg
Age: 28
Posts: 720
well at first i supposed that you have undergone a successful java binary installation. did you achieved up to here?
afterwards in order to add the java plugin to for firefox, fire up any terminal or your choice, change directory to
cd /usr/lib/firefox-X.X/plugins/
then create the symbolic link for the plugin with the cmd
Code:
ln -s /usr/java/jreX.X.X_XX/plugin/i386/ns7/libjavaplugin_oji.so
replace X.X with the version number

this means that the file libjavaplugin_oji.so will have a shortcut in the directory /usr/lib/firefox-X.X/plugins/
__________________
Itx either one or zero_
http://clunixchit.blogspot.com/
Reply With Quote
  #6  
Old 4th March 2005, 06:39 PM
Alfred's Avatar
Alfred Offline
Registered User
 
Join Date: Feb 2005
Location: Edmonton, Canada
Age: 41
Posts: 85
Quote:
Originally Posted by ilja
to uninstall :
do as root ( http://www.fedorafaq.org/basics/#root )
Code:
rpm -e j2re
and then install java this way : http://www.fedorafaq.org/#java
It is the same as if you would install it with synaptics.

Or do what my preposter said.

Okay I tried creating the symbolic link but it still wouldn't work

I then did "rpm -e j2re" to uninstall Java.

Following that I tried to get the installation of Java via the www.fedorafaq.org/#java. I replaced my yum.conf with his yum.conf, then attempted to do the following:

Code:
[root@localhost etc]# yum --enablerepo=dag install j2re mozilla-j2re
Error getting repository data for dag, repository not found
As you can see the result was unsuccessful. Can anyone help?
__________________
Building a FC Home Server:
Asus M2V-TVM Motherboard,
AMD Sempron 2800+,
250 GB Seagate SATA2 HD,
LG GDR-8164B DVD Drive.
Reply With Quote
  #7  
Old 4th March 2005, 06:41 PM
ilja Offline
Registered User
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,613
chech whether your /etc/yum.conf has this lines:
Code:
[dag]
name=Dag APT Repository
baseurl=http://dag.freshrpms.net/fedora/$releasever/en/$basearch/dag/
  http://dag.atrpms.net/fedora/$releasever/en/$basearch/dag/
  http://ftp.heanet.ie/pub/freshrpms/pub/dag/fedora/$releasever/en/$basearch/dag/
enabled=0
#gpgcheck=1
__________________
--
http://twitter.com/ik12
Reply With Quote
  #8  
Old 4th March 2005, 08:13 PM
xathrasmurphy Offline
Registered User
 
Join Date: Jan 2005
Location: North York Moors
Posts: 126
Quote:
Originally Posted by Alfred
I am having the problems many are having with Java and Firefox. Quite simply Firefox shuts down as soon as it encounters a padge with Java. I installed Java using the instructions at http://fedoranews.org (...)/stanton_finley....
No help in solving your problem, I'm afraid. Just letting you know my experience is just the same. I've tried the modified symlink, I've uninstalled and re-installed,(download and rpm style) and re done the symlink. Same result.

Xathras Murphy
Reply With Quote
  #9  
Old 5th March 2005, 05:39 AM
Alfred's Avatar
Alfred Offline
Registered User
 
Join Date: Feb 2005
Location: Edmonton, Canada
Age: 41
Posts: 85
Okay this is driving me crazy. I installed the jre using
Code:
yum --enablerepo=dag install j2re mozilla-j2re
That worked after I fixed my buggered-up etc/yum.conf. The installation was apparently successful as it said "Completed!". However, now I am tying to sort out this symbolic link stuff. The problem is that I checked /usr/java and the directory is empty! If it installed shouldn't there be something there?

I use Firefox 1.0.1
__________________
Building a FC Home Server:
Asus M2V-TVM Motherboard,
AMD Sempron 2800+,
250 GB Seagate SATA2 HD,
LG GDR-8164B DVD Drive.
Reply With Quote
  #10  
Old 5th March 2005, 06:33 AM
ilja Offline
Registered User
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,613
You don't need it anymore.
Try to use firefox now, without setting theis symbolic link!
__________________
--
http://twitter.com/ik12
Reply With Quote
  #11  
Old 5th March 2005, 06:09 PM
Alfred's Avatar
Alfred Offline
Registered User
 
Join Date: Feb 2005
Location: Edmonton, Canada
Age: 41
Posts: 85
Angry

Quote:
Originally Posted by ilja
You don't need it anymore.
Try to use firefox now, without setting theis symbolic link!
I tried it. I even ensured that I deleted the symolic link that was in the firefox plugin directory

However I still get firefox closing immediately as soon as I encounter a java applet. I don't even need java in Firefox - the problem itself is just bothering me! This must be a bug but I can't beleive that the problem can't be isolated. Some users appear not to have this problem. Could it be kernal related? ... only one way to find out.
__________________
Building a FC Home Server:
Asus M2V-TVM Motherboard,
AMD Sempron 2800+,
250 GB Seagate SATA2 HD,
LG GDR-8164B DVD Drive.

Last edited by Alfred; 5th March 2005 at 06:10 PM. Reason: grammatic redundancy
Reply With Quote
Reply

Tags
java, req, uninstall, woes

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
java update woes... xunilboon Installation and Live Media 11 26th June 2007 02:11 PM
Uninstall/Install Java axiopisty Installation and Live Media 11 8th February 2007 07:34 PM
Uninstall Java babak1 Using Fedora 4 19th August 2005 12:41 AM
FC4, Tomcat & MySQL ConnectorJ and Java woes 8128davidh EOL (End Of Life) Versions 9 2nd August 2005 07:45 AM
More Java Woes nhusted Using Fedora 9 23rd July 2005 06:06 AM


Current GMT-time: 20:36 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat