On Mon, 2013-01-14 at 16:13 +0100, Thomas de Roo wrote: > Hello, > > Can somebody explain why the Java-plugin only works when it is a > symbolic link, but not when it is simply copied to /usr/lib/mozilla/plugins?
Just guessing, but the most likely answer is that it's using the location of the plugin file to work out where the rest of the JVM is located. If you copy the file rather than symlinking it, it can't do that kind of lookup... Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
