From owner-freebsd-questions Tue Oct 30 8: 1:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from easynet-gw.netvalue.fr (easynet-gw.netvalue.fr [212.180.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 6CA7937B401 for ; Tue, 30 Oct 2001 08:01:15 -0800 (PST) Received: from mail.netvalue.fr (dauphine.netvalue.fr [192.168.1.13]) by easynet-gw.netvalue.fr (Postfix) with ESMTP id 1104D8C69 for ; Tue, 30 Oct 2001 17:01:14 +0100 (CET) Received: from mail-fr.netvalue.fr ([192.168.1.18]) by mail.netvalue.fr (Netscape Messaging Server 3.6) with ESMTP id AAA5A2A for ; Tue, 30 Oct 2001 17:01:13 +0100 Received: from netvalue.com ([192.168.1.100]) by mail-fr.netvalue.fr (Netscape Messaging Server 4.01) with ESMTP id GM10I100.F13; Tue, 30 Oct 2001 17:01:13 +0100 Message-ID: <3BDECECB.70605@netvalue.com> Date: Tue, 30 Oct 2001 17:01:15 +0100 From: "Erwan Arzur" Organization: NetValue S.A. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011 X-Accept-Language: en, fr-FR MIME-Version: 1.0 To: Volker Sturm Cc: questions@freebsd.org Subject: Re: Java Plugin References: <3BDEB97C.C5763C10@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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