LinuxQuestions.org
Help answer threads with 0 replies.
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 10-28-2005, 03:36 PM   #1
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Rep: Reputation: 30
Firefox + Java (*Missing Plugins? wtf*)


I wanted to play chess via, gamecolony.com, so I went to thier page, it requested java plugins, so I've installed them
and it shows that it has been installed
Code:
[zuki@localhost ~]$ rpm -qa | grep jre
jre-1.5.0_05-fcs
But when I got back to that site, it still says missing plugins... any suggestions?
 
Old 10-28-2005, 04:20 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Type in about:plugins to the address bar of your browser and see if java is listed.

Last edited by XavierP; 10-28-2005 at 04:21 PM.
 
Old 10-28-2005, 04:29 PM   #3
mebrelith
Member
 
Registered: Nov 2004
Location: Torreón, Coahuila, México
Distribution: Gentoo
Posts: 342
Blog Entries: 1

Rep: Reputation: 30
Do a "locate libjavaplugin_oji.so", there must be a symlink in your /usr/lib/mozliia/plugins folder. If not create one.
 
Old 10-28-2005, 10:46 PM   #4
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
that's what written @ aboutlugins

Code:
Default Plugin

    File name: libnullplugin.so
    The default plugin handles plugin data for mimetypes and extensions that are not specified and facilitates downloading of new plugins.

MIME Type 	Description 	Suffixes 	Enabled
* 	All types 	.* 	No


Mebrelith, can you explain me please what did u mean, and how can I do that? I'm kinda noobie but I know the basic stuff I think.
 
Old 10-30-2005, 07:35 AM   #5
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Any help would make alot of diffrence ATM...

bump so u can see it once again guys.


thanks anyways! :]
 
Old 10-30-2005, 07:42 AM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Looks like you don't have Java linked. You need to download and install and link it. Go here and download it and follow the instructions.
 
Old 10-30-2005, 10:06 AM   #7
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
I'm using the x86_64 edition but every forum I've looked it says to do a link with the file

ln #java_path#/plugin/i386/ns610-gcc32/libjavaplugin_oji.so -s libjavaplugin_oji.so

but I don't find any folder named plugin @ /usr/java
Code:
[zuki@localhost java]$ pwd
/usr/java
[zuki@localhost java]$ ls -a
.  ..  jre1.5.0_05

Help?
 
Old 10-30-2005, 10:59 AM   #8
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Mine is located at
Code:
$ cd /usr/local/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so
Yours will be at
Code:
 $ cd /usr/local/jre1.5.0_05/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
 
Old 10-30-2005, 11:28 AM   #9
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by XavierP
Mine is located at
Code:
$ cd /usr/local/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so
Yours will be at
Code:
 $ cd /usr/local/jre1.5.0_05/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
there's no plugin folder under jre*

Code:
[zuki@localhost ~]$ cd /usr/local/jre1.5.0_05/plugin/i386/ns610-gcc32/
bash: cd: /usr/local/jre1.5.0_05/plugin/i386/ns610-gcc32/: No such file or directory



help?
 
Old 10-30-2005, 12:44 PM   #10
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
CD into the jre* directory and see if there is a plugin folder, move into it. You will need a folder called ns7-gcc32, then follow the instructions.
 
Old 10-31-2005, 08:35 AM   #11
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by XavierP
CD into the jre* directory and see if there is a plugin folder, move into it. You will need a folder called ns7-gcc32, then follow the instructions.
Code:
[zuki@localhost ~]$ cd /usr/java/jre1.5.0_05/
[zuki@localhost jre1.5.0_05]$ ls -a
.   bin      COPYRIGHT  LICENSE  README                       Welcome.html
..  CHANGES  lib        man      THIRDPARTYLICENSEREADME.txt

There's something weird here.
there so no plugin folder.


 
Old 10-31-2005, 09:32 AM   #12
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
You might look at this link about installing java for FC4:

http://www.mjmwired.net/resources/mj...-fc4.html#java
 
Old 10-31-2005, 12:12 PM   #13
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by tredegar
You might look at this link about installing java for FC4:

http://www.mjmwired.net/resources/mj...-fc4.html#java

done the first 2 lines
but
Code:
[root@charon fc4]# sh jre-1_5_0_05-linux-i586.bin
[root@charon fc4]# mv jre1.5.0_05 /opt/jre1.5
[root@charon fc4]# ln -s /opt/jre1.5/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so
the 3rd is just useless since I got no /opt/jre*/plugin folder



BTW, Using x86_64 installation offcourse.


any else tip?
 
Old 10-31-2005, 02:08 PM   #14
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Okay guys


I've found out where that file is on my hard disk, how to do the ln now with the new path?

Code:
[root@localhost /]# find / -name "libjavaplugin_oji.so" -print find: WARNING: Hard link count is wrong for /proc: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched.
/home/zuki/.mozilla/plugins/libjavaplugin_oji.so
 
Old 10-31-2005, 02:28 PM   #15
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
hello
I'm running FC4 x86_64. In order to run java, flash, and media players with wmp support, you need a 32 bit browser. You can uninstall firefox (rpm -e firefox), and install the 32 bit version of it. Then to install the jre plugin (your path may be different)

ln -s /usr/java/jre1.5.0_02/plugin/i386/ns7/file:///usr/java/jre1.5.0_02/plugin/i386/ns7/libjavaplugin_oji.so /usr/local/firefox/plugins/libjavaplugin_oji.so

For the time being there's no real advantage to run a 64bit browser.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
WTF firefox is 12 mb in linux eatmars Slackware 13 08-25-2005 05:34 AM
Java crashes Firefox & Mozilla, with both plugins lithiumfx Linux - Software 5 08-23-2005 03:07 PM
Realplay and Java Plugins for Mozilla Firefox?? ukyo Linux - Software 5 01-08-2005 04:36 PM
Realplay Java Plugins for Mozilla Firefox? ukyo Linux - Software 0 11-02-2004 06:47 AM
java on firefox path missing? barrys Mandriva 10 03-23-2004 08:02 AM

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

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