LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to symbol link your Java to be able to use in Mozilla. (https://www.linuxquestions.org/questions/linux-software-2/how-to-symbol-link-your-java-to-be-able-to-use-in-mozilla-80103/)

waheedrafiq 08-08-2003 05:44 AM

how to symbol link your Java to be able to use in Mozilla.
 
Guy's i need serious some help with is how do you link this to mozilla , i have seen the mozilla how to but its no good i am getting this error message:

root@localhost java]# rpm -ivh j2re-1_4_2-linux-i586.rpm
Preparing... ########################################### [100%]
package j2re-1.4.2-fcs is already installed
[root@localhost java]# ln -s /usr/java/j2re1.4.2/plugin/i386/ns610/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so
ln: creating symbolic link `/root/.mozilla/plugins/libjavaplugin_oji.so' to `/usr/java/j2re1.4.2/plugin/i386/ns610/libjavaplugin_oji.so': No such file or directory
[root@localhost java]#

why it is it saying no such file or directory when i have personnally see this file in the above location.

could some one please assist I am a newbie i only wish someone did a web site on just basic how to

please help me i have never use Unix system. why does unix not have something simple as Wizard setup or something and why can't Mozilla install plugins like IE5 or 6

can i download IE6 for UNIX ?:Pengy:

rch 08-08-2003 09:10 AM

which is your mozilla version?
Go to preferences->multimedia->java path (version 7.11)
and add the path to directory containing libjava.so,usually the jre directory,validate the directory and you are done,
to locate libjava.so try
locate libjava.so

waheedrafiq 08-09-2003 02:22 AM

thanks for the reply but where is Go to preferences->multimedia->java path (version 7.11)

where can i find this

rch 08-09-2003 06:56 AM

sorry ,i got mixed up with opera,your procedures are correct ,and you could do with the ns plugin in the jre directory.

adz 08-09-2003 07:33 AM

I think the problem is the "~" character. Try replacing it with /home/<username> and re-issuing the ln command.

BTW, if you're looking for a HOW-TO website then www.tldp.org is for you. Plenty of info there. Some of it is a little old but it's certainly a good place to start looking.

kev82 08-09-2003 07:52 AM

possibly root hasnt run mozilla(not a good thing anyway) and thus does not have a .mozilla directory. i would suggest instead of putting the symlink in each user home directory you put it in mozillas general plugin directory so try instead

ln -s /usr/java/j2re1.4.2/plugin/i386/ns610/libjavaplugin_oji.so /usr/lib/mozilla/plugins/

waheedrafiq 08-10-2003 03:51 AM

I can't belive i reslove my first linux software problem with some help. guy's there is a version of java know as 1.3.1 its this version that is used in most of the web sites that i use for example if you guy's downloaded version 1.4.1 then trying visit my site www.ictunite.net

you will see that i have coded my java in version 1.3.1 so therefore i needed to download a older version

what puzzles me is that why does mozilla not support both version and when veiwing either version sites ie 1.3.1 or 1.4.1 it just switches automatically in between.

thanks for your support its a night mare if you are not used to commmand line and Unix as a whole with out you guys any newbie will just quit Linux which works fine when " you know how to":newbie:


All times are GMT -5. The time now is 05:47 AM.