I think I figure out what's happening.

In windows, the java applet tries to get this file: 
http://live.managerzone.com/applet/soccer3d/neowebdriver.dll and it exists, and 
it's the same with other files later.
In Linux, the java applet tries to get this file: 
http://live.managerzone.com/applet/soccer3d/libneowebdriver.so but it doesn't 
exist, and it shows you the error line.

You can check this by enabling your java console and reading the output.

So, how to fix this? Use System.loadLibrary() instead of System.load().
You can find an explanation here:
http://www.inonit.com/cygwin/jni/helloWorld/load.html

I'm not sure why this applet works in Fedora, since java in Ubuntu is
acting as it's supposed to be in linux.

I hope it helps.

-- 
Applet error: unable to load library libn
https://bugs.launchpad.net/bugs/121922
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to