Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2001 17:01:15 +0100
From:      "Erwan Arzur" <erwan@netvalue.com>
To:        Volker Sturm <v.sturm@gmx.de>
Cc:        questions@freebsd.org
Subject:   Re: Java Plugin
Message-ID:  <3BDECECB.70605@netvalue.com>
References:  <3BDEB97C.C5763C10@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> javaplugin.so from /usr/local/lib/netscape-linux/plugins/. Netscape does
> find the plugin but will not execute any plugin with the error message
> "Exec of /usr/local/bin/i386/native_threads/java_vm failed: 2 Plugin:
> Plugin is not enabled or Java VM process has died.

This is because the linuxator has its own version of /usr in 
/usr/compat/linux/usr, so there is a "no such file or directory" error 
(code 2) when it tries to load the plugin and run the VM ...

Try ln -s /usr/local /usr/compat/linux/usr/local, but i'm not it will 
solve your problem.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BDECECB.70605>