From owner-freebsd-java@FreeBSD.ORG Fri Sep 10 18:46:51 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 01D911065675; Fri, 10 Sep 2010 18:46:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@freebsd.org Date: Fri, 10 Sep 2010 14:46:31 -0400 User-Agent: KMail/1.6.2 References: <201009091743.01109.jkim@FreeBSD.org> <201009091804.57797.jkim@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009101446.40030.jkim@FreeBSD.org> Cc: Ivan Voras Subject: Re: IcedTea6 Mozilla plugin with OpenJDK6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 18:46:51 -0000 On Friday 10 September 2010 07:56 am, Ivan Voras wrote: > On 09/10/10 00:04, Jung-uk Kim wrote: > > On Thursday 09 September 2010 05:42 pm, Jung-uk Kim wrote: > >> Finally, we have the hybrid and you can see some (updated) > >> screenshots from here: > >> > >> http://people.freebsd.org/~jkim/icedtea/screenshots/ > >> > >> The experimental ports tarball is available from here: > >> > >> http://people.freebsd.org/~jkim/icedtea/openjdk6-icedteanp.tar.b > >>z2 > >> > >> Note the plugin is turned off by default because it is an > >> experimental and unofficial software from icedtea.classpath.org. > >> To enable it, run "make config" and select "WEB" option. > >> Re-build, re-install, and enjoy! > > > > And, don't forget "ln -s > > /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so > > ~/.mozilla/plugins/". Just making sure. :-) > > Hmmm, it doesn't work for me. > > The port builds and installs, and it's even recognized (apparently > correctly) in about:plugins, but attempts to view the page at > http://www.java.com/en/download/help/testvm.xml result in the java > and the browser hanging, eating CPU cycles as if looping: > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME > WCPU COMMAND > 49282 ivoras 25 76 0 1018M 103M ucond 3 0:02 > 249.37% java 49275 ivoras 18 61 0 314M 180M piperd 1 > 0:26 184.13% firefox-bin > > This is 8-STABLE, amd64, Firefox 3.6.3 --- >8 --- SNIP!!! --- >8 --- Can you please update all of your ports and re-test? Especially, libxul and Firefox versions are very important. Thanks, Jung-uk Kim