From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 03:46:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5055416A4CF for ; Thu, 16 Sep 2004 03:46:36 +0000 (GMT) Received: from ALPHA8.ITS.MONASH.EDU.AU (alpha8.its.monash.edu.au [130.194.1.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843E043D3F for ; Thu, 16 Sep 2004 03:46:35 +0000 (GMT) (envelope-from bawig1@student.monash.edu) Received: from localhost ([130.194.13.87]) by vaxh.its.monash.edu.au (PMDF V5.2-31 #39306) with ESMTP id <01LEXQWD0V7G8X1I4A@vaxh.its.monash.edu.au> for freebsd-questions@freebsd.org; Thu, 16 Sep 2004 13:43:43 +1000 Received: from curly.its.monash.edu.au (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id EF188AB544 for ; Thu, 16 Sep 2004 13:43:42 +1000 (EST) Received: from localhost.localdomaincurly.its.monash.edu.au ; Thu, 16 Sep 2004 13:43:41 +1000 (EST) Date: Thu, 16 Sep 2004 03:43:41 +0000 From: Brett Wiggins To: freebsd-questions@freebsd.org Message-id: <220.253.48.249.1095305507.70209@my.monash.edu.au> MIME-version: 1.0 X-Mailer: my.monash Portal Mail Reader Content-type: text/plain Content-disposition: inline Content-transfer-encoding: 7BIT Subject: mozilla/java crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 03:46:36 -0000 Hi everyone, I have recently installed jdk14 on my FreeBSD 5.2.1 -RELEASE machine. I am using gnome and mozilla, I was trying to get the JVM to work. When I viewed a page with an applet the browser did not display it. I have edited my path in .profile (thanks Randy) and still nothing happened. A friend had JVM working in his browser and uploaded the following files for me; libjavaplugin_oji.so libjavaplugin_oji_g.so I placed both files in /usr/X11R6/lib/mozilla/plugins and in /usr/X11R6/lib/mozilla-gtk2/plugins. Now when I go to a page with an applet mozilla crashes and I get the following message at the terminal; INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2 < System error?:: No such file or directory Gdk-ERROR **: Fatal IO error 9 (Bad file descriptor) on X server :0.0. INTERNAL ERROR on Browser End: Could not read ack from browser System error?:: Resource temporarily unavailable [1] Exit 255 mozilla I am not really sure what the problem is. Should I deinstall mozilla and start again? Brett