From owner-freebsd-questions@FreeBSD.ORG Wed Jan 10 22:51:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0610516A4C2 for ; Wed, 10 Jan 2007 22:51:10 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 9031113C45B for ; Wed, 10 Jan 2007 22:51:09 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so227329uge for ; Wed, 10 Jan 2007 14:51:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=j9ypqpNyJatWgWxzawnB3I/nP0jK2+F15MUxJnRssIM0DsUk2pey1bzop3jqSI0QmQXj4kpEUisLJ51ndDSSS6zCRkhnDIhtWOzsG2YmkG32g1qq2OB66ZvydzPaGTz0g1uX0ik1wATFsg9RYPU0RZ8oQd7fPXtlDm5eyep14Mk= Received: by 10.67.89.5 with SMTP id r5mr1052330ugl.1168469468317; Wed, 10 Jan 2007 14:51:08 -0800 (PST) Received: from ?192.168.1.34? ( [194.125.102.47]) by mx.google.com with ESMTP id q1sm70219uge.2007.01.10.14.51.07; Wed, 10 Jan 2007 14:51:08 -0800 (PST) In-Reply-To: <45A567FB.3080603@unsane.co.uk> References: <89F5D83C-6827-499E-89EB-EAAAEBD03FCE@gmail.com> <45A567FB.3080603@unsane.co.uk> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5DBE08DD-3F58-4373-B675-F13DCB8F28E6@gmail.com> Content-Transfer-Encoding: 7bit From: eoghan Date: Wed, 10 Jan 2007 22:51:06 +0000 To: Vince Hoffman X-Mailer: Apple Mail (2.752.2) Cc: freebsd ORG Subject: Re: java plugin for firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 22:51:10 -0000 On 10 Jan 2007, at 22:26, Vince Hoffman wrote: > eoghan wrote: >> Hi >> Does anyone have a guide or advice for getting java plugin working >> for firefox? Im running 6.1 on amd. >> I have installed: >> diablo-jdk-5.0 >> diablo-jre1.5.0 >> linux-blackdown-jre1.1.8 >> linux-sun-jdk1.4.2 >> when i try to access a java app from firefox im always presented >> with the plugin missing page... >> I had it working on i386 before with just the installation of >> java... Im not sure what i have to do next... > sounds like you may not have the correct files/links in your plugin > directory. > whats the output of > ls -l /usr/local/lib/browser_plugins > > and > > ls -l /usr/X11R6/lib/browser_plugins/ > > if /usr/local/lib/browser_plugins doesnt have a symlink like > libjavaplugin_oji.so@ -> /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ > ns7/libjavaplugin_oji.so > then try > cd /usr/local/lib/browser_plugins && ln -s /usr/local/diablo- > jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.solibjavaplugin_oji.so > > and restart firefox and look at > about:plugins Hi I have tried this (neither output shows the java plugin). When i go to the actual folder it has jre and libjavaplugin_oji.so in there but with a red x beside them (Im using gnome)... I also cannot browse to the folder... i dont see a plugin folder under jdk1.5.0 Any ideas? Thanks for your help Eoghan