LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 09-07-2003, 07:13 AM   #1
skinpainting
Member
 
Registered: Aug 2003
Posts: 52

Rep: Reputation: 15
Mozilla java plugin no go kills Mozilla


downloaded mozilla-firebird, installed Java plugin ... mozilla dead.. both mozilla and mozilla firebird... unable to start multiple xsessions why? does it default to only one? can i change it how? is this Java installation error mozilla bug? java bug? what?
 
Old 09-07-2003, 07:13 AM   #2
skinpainting
Member
 
Registered: Aug 2003
Posts: 52

Original Poster
Rep: Reputation: 15
oh it's on redhat 9.0
 
Old 09-08-2003, 01:53 AM   #3
hoyt
Member
 
Registered: Aug 2003
Location: East Caost, USA
Distribution: Mageia
Posts: 46

Rep: Reputation: 18
Did you link it correctly? Something like:
# ln -s /usr/java/j2re1.4.2_1/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/lib/mozilla/plugins/
 
Old 09-08-2003, 04:56 AM   #4
vanquisher
Member
 
Registered: Aug 2003
Location: Hyderabad, India
Posts: 126

Rep: Reputation: 15
Quote:
Originally posted by hoyt
Did you link it correctly? Something like:
# ln -s /usr/java/j2re1.4.2_1/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/lib/mozilla/plugins/
Kinda foolish to ask, but, I'm using Mozilla Firebird(tarball). So, do I link into /home/*/MozillaFirebird/plugins? Or, to any other location in the direcotry?
 
Old 09-08-2003, 05:48 AM   #5
hoyt
Member
 
Registered: Aug 2003
Location: East Caost, USA
Distribution: Mageia
Posts: 46

Rep: Reputation: 18
Well . . .

I would say adjust accordingly and test.
 
Old 09-08-2003, 05:54 AM   #6
skinpainting
Member
 
Registered: Aug 2003
Posts: 52

Original Poster
Rep: Reputation: 15
maybe not but firebird installs to mozilla-firebird not mozilla so i should link that plugin for firebird right?
 
Old 09-08-2003, 10:59 AM   #7
vanquisher
Member
 
Registered: Aug 2003
Location: Hyderabad, India
Posts: 126

Rep: Reputation: 15
Re: Well . . .

Quote:
Originally posted by hoyt
I would say adjust accordingly and test.
Did it...but it's not working yet
created a softlink from /java*/jre/plugin/*/pluginName to MozillaFirebird/plugins/...restarted the browser(5 times)...but it still says
"this page needs x-java-vm plugin...."
 
Old 09-08-2003, 12:25 PM   #8
hoyt
Member
 
Registered: Aug 2003
Location: East Caost, USA
Distribution: Mageia
Posts: 46

Rep: Reputation: 18
I'm outta suggestion (I don't use Mozilla). 8(
 
Old 09-08-2003, 01:16 PM   #9
r00tnuke
Member
 
Registered: Aug 2003
Location: /earth/usa/texas/houston
Distribution: Fedora C2
Posts: 64

Rep: Reputation: 15
Download the Java run-time environment (choose Linux RPM in self-extracting file under the JRE column).

Install the java run-time environment on the system:

sh j2re*rpm.bin
...
rpm -ivh j2re*rpm
Make a symbol link from the .mozilla/plugins directory to the java plug-in file:

ln -s /usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so

You can then go to the Help-->About Plug-ins page to see that the java plugin is installed.
 
Old 09-09-2003, 04:16 AM   #10
vanquisher
Member
 
Registered: Aug 2003
Location: Hyderabad, India
Posts: 126

Rep: Reputation: 15
Quote:
Originally posted by r00tnuke
Download the Java run-time environment (choose Linux RPM in self-extracting file under the JRE column).

Install the java run-time environment on the system:

sh j2re*rpm.bin
...
rpm -ivh j2re*rpm
Make a symbol link from the .mozilla/plugins directory to the java plug-in file:

ln -s /usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so

You can then go to the Help-->About Plug-ins page to see that the java plugin is installed.
After I link the plugin, I'm unable to restart Firebird. It quits with some strange error message "Internal Browser error". I'm getting tired of this. Any Firebird developers over here? It works fine when I remove the links. I read something about setting some java variables and stuff. Any more ideas on what makes applets work?
 
Old 09-09-2003, 07:09 AM   #11
r00tnuke
Member
 
Registered: Aug 2003
Location: /earth/usa/texas/houston
Distribution: Fedora C2
Posts: 64

Rep: Reputation: 15
Sorry, I'm out of ideas. I have not used Firebird yet.
 
Old 09-09-2003, 12:59 PM   #12
stYgian
LQ Newbie
 
Registered: Aug 2003
Distribution: Redhat 9.0
Posts: 4

Rep: Reputation: 0
If you are using the 'XFT and GTK2' build of Firebird then make sure you link to the java plugin in the ns610-gcc32 dir. Also, if you are using it from the tarball then you can put the link in either the ../MozillaFirebird/plugins dir or the HOME/./mozilla/plugins dir. Either should work. Here is the command I used:

ln -s /usr/java/j2re1.4.2_01/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /home/usrname/apps/MozillaFirebird/plugins

If you are using the XFT one and not linking to the gcc-32 plugin, then its gonna crash.
 
Old 09-09-2003, 10:50 PM   #13
vanquisher
Member
 
Registered: Aug 2003
Location: Hyderabad, India
Posts: 126

Rep: Reputation: 15
Quote:
Originally posted by r00tnuke
Download the Java run-time environment (choose Linux RPM in self-extracting file under the JRE column).

Install the java run-time environment on the system:

sh j2re*rpm.bin
...
rpm -ivh j2re*rpm
Make a symbol link from the .mozilla/plugins directory to the java plug-in file:

ln -s /usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so

You can then go to the Help-->About Plug-ins page to see that the java plugin is installed.
Did it finally, but it didn't work with your idea r00tnuke. Her'e's what I did
in a file /etc/profile.d/java.sh,
Code:
export JDK_PATH = somepath/j2sdk/
export PATH = $PATH:$JDK_PATH/bin
$ source /etc/profile.d/java.sh

then,
$ln -s path/j2sdk/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so MozillaFirebird/plugins/

restart browser, bingo, it works
 
Old 11-30-2003, 11:30 AM   #14
hormuz
LQ Newbie
 
Registered: Nov 2003
Location: India
Distribution: Mandrake 9.2
Posts: 1

Rep: Reputation: 0
Post gcc32 makes the difference

I dunno if this will help anyone - the last post seems to be a while back - but I am running Mandrake 9.2 and MozillaFirebird 0.7. I followed various tutorials and installed various copies of the VM in different ways to no avail. Although most of them are quite similar, each seems to differ in some respect, falsely making it worth trying.

It was finally stYgian's post which helped, and I created the symbolic link to the program's own plugin directory. Thanks stYgian, I do not like mysteries unsolved more than a few days and this was beginning to cause scratch marks on my head. ;-)

Konqueror was much easier, simply point to the path of the java executable.

In retrospect, my appreciation to this site - I have found that I do not often leave disappointed if I have searched hard enough. Another example was the post about switching the sound module to cmpci rather than smb-cmpci for my CMI8738. Thanks, people - that's what keeps the open source movement so refreshingly fast. Its wonderful when the answers are there before you get to ask the questions.
_______________________________________________
There is no knowledge that is not power. (Mortal Kombat 3)
 
  


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 plugin for Mozilla 1.7.6 Bariana Linux - Newbie 1 08-23-2005 09:37 AM
Java Plugin Mozilla N|k0N Slackware 9 09-18-2004 08:24 AM
Java plugin on Mozilla 1.5 mrmojo Linux - Newbie 12 03-22-2004 01:47 AM
Java plugin for mozilla amir_h Fedora 4 11-19-2003 01:36 AM
Mozilla Java Plugin Donald1000 Linux - Software 2 05-03-2003 10:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

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