Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi, I have a problem installing the java plug-in for Mozilla 1.4. I use version j2re-1.4.1_02. My OS is RedHat8. I've created a symbolic link like this:
is that 'ln' command verbatim? if it is you're missing the leading slash on /usr/local/mozilla (doubt that's the problem tho).
try starting mozilla from the command line. The plugin might be issuing errors (ie not starting properly, thus it won't be listed). If you start mozilla from the command line you will be able to see any outputted error messages the plugin may issue.
now I've dowlnoaded the 1.4.1_03 version of this plug-in. I've installed it just like the old one, created the symbolic link and still it doesn't work. Now I've started the Mozilla in command line and it displayed this error:
Well I use the sdk which includes the runtime environment, I'm assuming the standalone runtime environment is the same. Version 1.4.2 is out now far sun java.
Download that one.
Just my personal preference but when I make the link I cd to the actual plugin directory and make the link their incase I make a mistake with two lots of paths...just my personal preference and irrelevant I know.
I'm now installing j2sdk_1_4_1_02 couse my connection to the site of java is too slow and I couldn't download it from there. So can you tell me if there is something special that I must to do in order to have java plug-in installed?
Basically what you where doing before, only difference I do is changed to the mozilla plugin directory and
ln -s <complete path to the plugin in>
Now your getting the sdk the path will be slightly different, the runtime environmnet "jre" with plugins etc will be in the j2sdk1_4_1_02 directory.
I mentioned the 1.4.2 gcc thing cos I'm sure I read somewhere to use that with the latest mozilla because of how it's been compiled, someone might be able to elaborate/dispell this, if it works though it works.
You can learn to program in Java now once you've got it download if it takes your fancy although that's not your aim at the moment.
I've run the sdk rpm file and nothing happens. I can't find where it is installed . I even don't know is it installed at all?!?! I'm so confused, why the JRE don't work??? I've done everything correct and what is the
cd to /usr/java/j2re1.4.1_03/plugin/i386/ns610 and type the following command:
'ldd libjavaplugin_oji.so'
it looks to me like the libjavaplugin_oji.so is linked to other libraries that it is not finding right now. By executing ldd on the libjavaplugin it will tell you what other libraries libjavaplugin is tied to. Perhaps this will help to shed some light on things.
I've always had problems with Sun's Java and *nix. What has always worked for me is using Blackdowns version of Java. http://www.blackdown.org
you will extract it, run the install and then the sym link like you have been doing. Only difference is, Blackdown has always worked.
Hope it works for you.
guster I just tried the link myself. I'm running an LFS system. I start mozilla and the java plugin does not complain. However then when I go to a java website (such as javaarcade.com) the web browser crashes. Note: after executing the ln to install the plugin the plugin would not start saying it couldn't find libstdc++-libc6.2-2.so.2 (or something close to that).
I found libstdc++ and created a symbolic link to it. Now like I said the plugin crashes the browser. Looking at the library libstdc++ says its version 5... is libstdc++ part of the glibc libraries and is it possible to install this version 6.2.2 that the java plugin wants?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.