From owner-freebsd-questions@FreeBSD.ORG Wed May 7 14:05:26 2008 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 82D721065673 for ; Wed, 7 May 2008 14:05:26 +0000 (UTC) (envelope-from gunther.mayer@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 11F618FC17 for ; Wed, 7 May 2008 14:05:25 +0000 (UTC) (envelope-from gunther.mayer@googlemail.com) Received: by nf-out-0910.google.com with SMTP id h3so323013nfh.33 for ; Wed, 07 May 2008 07:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; bh=BNBhfFSLVws3LIPxr16bFJrvbdxQlFtVGTht/AJDhjg=; b=lWnwmRQjUeoHqxgX57guRpZ7DhMZ/ACXH9JxRls6iPfXQ7PHr2Lk6NtA5ofoHGKdOhX3QDi5GVCGfP/1GP/M7pnxEzAIU03jqIJ0+OWF0UxlXCMbOq0YMu5TzHlZQBI6yvJhGwx3RTtFo1UM6a4sRpkLq9IdkLYD2/dbx7iA+mg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=n+s/CUSp0ZHEykP60jb8Q8dJpafwhm+CUOdSi9q4YDK4BK5+YOCI7yiYN6pKBTLLebrFyOtIAI9CYIZta6RMwbdIe7VrUY6iCLbee87llvKyD9jmydIFa+y3ydy8fWz4yc1N3WVbyMJEJ9yzEzJCr1zTlq9ZmWIm0stYLzeNGuU= Received: by 10.210.25.20 with SMTP id 20mr1897006eby.46.1210167381932; Wed, 07 May 2008 06:36:21 -0700 (PDT) Received: from ?192.168.178.28? ( [84.153.150.172]) by mx.google.com with ESMTPS id t10sm3722665muh.17.2008.05.07.06.36.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 May 2008 06:36:21 -0700 (PDT) Message-ID: <4821B028.5020809@gmail.com> Date: Wed, 07 May 2008 15:35:36 +0200 User-Agent: Thunderbird 2.0.0.14 (X11/20080502) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Gunther Mayer Subject: Best Java 1.6 JDK for FreeBSD? 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, 07 May 2008 14:05:26 -0000 Hi guys, We're currently running a busy java web application with diablo-jdk 1.5 and jboss 4.0.5 on FreeBSD 6.2 (yes it's outdated, will upgrade to 6.3 very soon). That combination has proven to be very stable in the past. Now we'd like to start making use of some 1.6 only features in the app and thus were wondering about 1.6 support on java. Now seeing that there's no diablo jdk for 1.6 afaict I have three options: 1. Use linux-sun-jdk 1.6 using the linux compatibility layer 2. Use the native FreeBSD jdk 1.6 (http://www.eyesbeyond.com/freebsddom/java/status.html) but which is officially only beta quality 3. Forget about 1.6 altogether and stick to 1.5 semantics in our code Which one do you think is the most stable option? Well, the way I've put it 3. clearly is the most stable but I'd like an honest consideration of 1. and 2. Does anybody use 1.6 in production on FreeBSD? What have your experiences been? Gunther