From owner-freebsd-java@FreeBSD.ORG Mon Sep 27 21:33:28 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A20D106566B for ; Mon, 27 Sep 2010 21:33:28 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from fep20.mx.upcmail.net (fep20.mx.upcmail.net [62.179.121.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5496E8FC1A for ; Mon, 27 Sep 2010 21:33:26 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep20-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20100927213325.HXPD17643.viefep20-int.chello.at@edge03.upcmail.net> for ; Mon, 27 Sep 2010 23:33:25 +0200 Received: from pinky ([213.46.23.80]) by edge03.upcmail.net with edge id BxZP1f0131jgp3H03xZQp9; Mon, 27 Sep 2010 23:33:25 +0200 X-SourceIP: 213.46.23.80 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-java@freebsd.org References: Date: Mon, 27 Sep 2010 23:33:22 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.62 (Win32) X-Cloudmark-Analysis: v=1.1 cv=WPXthVDctC5K37chdIuWDfGL2h54X6uWtZ5SeJIYSNg= c=1 sm=0 a=xLwpUxv_0LIA:10 a=bgpUlknNv7MA:10 a=kj9zAlcOel0A:10 a=pGLkceISAAAA:8 a=xbNGfTnPWut9HMOzfEgA:9 a=CE73HQtGgmXWWtE0K28A:7 a=Ued62cUSST0NEl3e_r_oAg35sx8A:4 a=CjuIK1q_8ugA:10 a=MSl-tDqOz04A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Subject: Re: FF 3.6+ Applets and the right JDK 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: Mon, 27 Sep 2010 21:33:28 -0000 On Mon, 27 Sep 2010 04:08:49 +0200, Aryeh Friedman wrote: > I currently use java/diablo-jdk-1.6.0.07.02_9, > www/linux-f10-flashplugin-10.1r53 and www/firefox-3.5.11,1 for both > personal and professional browsing on 8.1-STABLE... except for the > occasional npviewer hiccup it seems to work fine... I want to upgrade > to the latest JDK, flash and firefox possible... note since I do > applet development (my main jdk for doing the actual compiling is > 1.6u21 on a cloud Gentoo server)... I want to update both the local > and server jdk's but the server side has given us problems with > generics in some rare cases (we have some very complex type > parameterizations in one of our core libs)... what do people recommend > interms of far I can upgrade stuff (I would preffer openjdk 1.6, > latest ff and latest flash if possible) If you are developing applets the server side Java version doesn't matter as applets run client side in the browser? And what has flash to do with the applets? In fact you are asking a lot of questions in one long sentence. In another fact... if it works don't upgrade if there is no reason for it. (But this probably is not what you wanted to hear) Ronald.