Linux - SoftwareThis 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
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.
My buddy is trying to go onto a site with a game that requires the plugin application/x-java-vm. I already installed Java from an RPM, so it's installed, but mozilla isn't picking up on it. I accidentally realized that a mozilla window was open during the RPM installation, would this hinder the install?
make a symbolic link after you figure out the proper paths -- mine is
/usr/lib/mozilla-1.6/plugins/libjavaplugin_oji.so -> (linked to) /opt/j2sdk/j2sdk-precompiled/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
use
ln -s target linkname
You don't need the java sdk. The following instructions are for the SDK, so you may have to modify them a bit if you have just installed the jre. What distribution have you installed the java rpm. If you have installed it on Redhat/Fedora or Mandrake. You need to switch to root and create a symlink to the java plugin. For example on my Fedora core system, I would create the symlink as follows,
if you need to ask more we need:
your exact distribution
exact version of mozilla you are using
your gcc version
exactly what java rpm you installed and where it came from
exact output of mozilla -> help -> about plugins -- concerning java
and exact output of ls -l on mozilla plugin directory
Alright! I'm almost there. I downloaded and installed the SDK RPM and Mozilla picked up on it - it showed a long list of java stuff under Help -> Plugins. I have to use a hard link instead of a soft link or it says that there's too many levels of symbolic links, but I'm thinking that's not too much of a problem (but that's just a guess).
Here's the situation now though - whenever a java application opens, it crashes. Every Mozilla browser that's open ... closes. I've heard of this sort of thing before so I'm gonna search around, but I thought I'd post here in case I never found anything
Did that whole thing ... Mozilla still bails when an application starts
Quote:
Originally posted by moskal If you think life is bad now, how would you like to be an egg? You only get laid once. You get eaten once. It takes four minutes to get hard, only two minutes to get soft. You share your box with 11 other guys, but worst of all, the only chick that ever sat on your face was your mom! So cheer up, your life isn't that bad!
i already downloaded the file j2re-1_4_2_05-linux-i586-rpm.bin
whats next, how can i run the file ???
Now, from a console, you need to run this file like so: sh j2re-1_4_1_01-linux-i586-rpm.bin. Read the license and agree to it. After you accept the license, it will extract the RPM. (If you got the SDK, substitute the filename where appropriate.)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.