Date: Wed, 10 Jan 2007 22:26:03 +0000 From: Vince Hoffman <jhary@unsane.co.uk> To: eoghan <eoghanj@gmail.com> Cc: freebsd ORG <freebsd-questions@freebsd.org> Subject: Re: java plugin for firefox Message-ID: <45A567FB.3080603@unsane.co.uk> In-Reply-To: <89F5D83C-6827-499E-89EB-EAAAEBD03FCE@gmail.com> References: <89F5D83C-6827-499E-89EB-EAAAEBD03FCE@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
eoghan wrote: > Hi > Does anyone have a guide or advice for getting java plugin working for > firefox? Im running 6.1 on amd. > I have installed: > diablo-jdk-5.0 > diablo-jre1.5.0 > linux-blackdown-jre1.1.8 > linux-sun-jdk1.4.2 > when i try to access a java app from firefox im always presented with > the plugin missing page... > I had it working on i386 before with just the installation of java... > Im not sure what i have to do next... sounds like you may not have the correct files/links in your plugin directory. whats the output of ls -l /usr/local/lib/browser_plugins and ls -l /usr/X11R6/lib/browser_plugins/ if /usr/local/lib/browser_plugins doesnt have a symlink like libjavaplugin_oji.so@ -> /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so then try cd /usr/local/lib/browser_plugins && ln -s /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.solibjavaplugin_oji.so and restart firefox and look at about:plugins Vince > Thanks > Eoghan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45A567FB.3080603>