From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 13:35:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4D971065672 for ; Wed, 15 Sep 2010 13:35:22 +0000 (UTC) (envelope-from talon@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4A88FC16 for ; Wed, 15 Sep 2010 13:35:21 +0000 (UTC) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.14.4/jtpda-5.4) with ESMTP id o8FDGb9f098137 for ; Wed, 15 Sep 2010 15:16:37 +0200 (CEST) X-Ids: 164 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 2C26789E77 for ; Wed, 15 Sep 2010 15:16:36 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id AA17A40C9; Wed, 15 Sep 2010 15:17:32 +0000 (UTC) Date: Wed, 15 Sep 2010 15:17:32 +0000 From: Michel Talon To: freebsd-questions@freebsd.org Message-ID: <20100915151732.GA46569@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Miltered: at jchkmail.jussieu.fr with ID 4C90C735.006 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 4C90C735.006/134.157.10.1/parthe.lpthe.jussieu.fr/parthe.lpthe.jussieu.fr/ Subject: Re: this is probably a little touchy to ask... 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, 15 Sep 2010 13:35:22 -0000 Jerry said: " It took years, literally, before FreeBSD matured enough to get 64-bit drivers for nVidia working correctly on its platform. The failure to get the latest version(s) of Java working correctly on FreeBSD and thereby, at least in my case, make the latest version of Firefox fully usable, rests with the FreeBSD developers. " I would be happy to have a precise information on what is not working. On my machine, FreeBSD-8.1 x86, Java works. niobe% java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-michel_30_jul_2010_15_01-b00) Java HotSpot(TM) Client VM (build 1.6.0_03-p4-michel_30_jul_2010_15_01-b00, mixed mode) As you can see, it is a recent java, and i have compiled it myself. If i remember well, the prebuilt diablo-jdk was not working. I have boostraped my compilation by using a prebuilt openjdk installed with pkg_add -r. Of course i modified the Makefile to be able to use it. The openjdk package did not include a mozilla plugin, but the above compilation produces a plugin. Now the real problem: firefox36 doesn't see the plugin, and even worse doesn't produce any message about the plugin when starting up. However i am able to use the plugin under seamonkey, so it is clearly a firefox problem, and not a Java problem or a FreeBSD problem. Strangely enough, Konqueror, which doesn't use the plugin, but a direct invocation of java, doesn't work either. Execution of an applet begins, something appears but the applet execution never appears on screen. This is the first time i see Java not working on Konqueror. Last point: some people say in this thread that nobody uses Java any more on the browser, hence it is of no importance that one cannot have a java enabled firefox. I have an example to the contrary, here in France you can submit your tax declaration online, and the application allowing to do that is a java applet running under the browser. Similarly i am using a printing service for my photographs which allows to download them and manage the order via a java applet. Hence, at least in my case i see immediately several important applications using a Java enabled browser. -- Michel TALON