LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   java applet is not working (https://www.linuxquestions.org/questions/linux-software-2/java-applet-is-not-working-234526/)

mixedmemes 09-23-2004 07:53 PM

java applet is not working
 
I'm running Fedora, and, despite the fact that I have java installed, java appletts are not coming up correctly. A box comes up that says "[t]his page contains information of a type (application/x-java-vm) that can only be viewed with the appropriate Plug-in. " Would anyone have any advice as to how to get this problem fixed?

foo_bar_foo 09-23-2004 11:57 PM

what browser ??
i can only give my example and my systems a little strange
basically you have to make a symbolic link in the mozilla and/or firefox plugin drectory
that points to the java plugin
mine is
/opt/firefox-0.8/lib/mozilla-1.6/plugins/libjavaplugin_oji.so -> /opt/j2sdk/j2sdk-precompiled/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

i have another link in /usr/lib/mozilla-1.6/plugins
put one for each browser

do
ln --help
for the syntax for making links
generally do
ln -s TARGET [LINK_NAME]
make sure you don't get target and linkname reversed or you errase something important :(

opera is a little different for old 6 or pre 6 versions you put the path to jre/plugin/i386/ns4
in the plugins config thing

mixedmemes 09-24-2004 12:25 AM

Ah, sorry, I'm using Mozzilla 1.4.1.

Thansk for the advice...I'm assuming that it all still applies? I'm sorry, I'm still a bit new to this.


All times are GMT -5. The time now is 11:56 PM.