From owner-freebsd-questions@FreeBSD.ORG Sat Oct 5 10:07:26 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 152783F6 for ; Sat, 5 Oct 2013 10:07:26 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id D183F27BE for ; Sat, 5 Oct 2013 10:07:25 +0000 (UTC) Received: from roxette.lamaiziere.net (unknown [84.100.169.149]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 41EC1A215; Sat, 5 Oct 2013 12:07:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by roxette.lamaiziere.net (Postfix) with ESMTP id 533E520CB; Sat, 5 Oct 2013 12:07:17 +0200 (CEST) Date: Sat, 5 Oct 2013 12:07:16 +0200 From: Patrick Lamaiziere To: Nikolas Britton Subject: Re: General questions regarding FreeBSD 10 Message-ID: <20131005120716.13a7c0dc@davenulle.org> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (smtp.lamaiziere.net); Sat, 05 Oct 2013 12:07:18 +0200 (CEST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 10:07:26 -0000 Le Fri, 27 Sep 2013 12:47:08 -0500, Nikolas Britton a écrit : > 10. How is the Java ecosystem on FreeBSD? Not bad IMO. I develop with maven/netbeans/openjdk in Java and Groovy on FreeBSD 9. That works. There is no profiler support in netbeans. And the JVM can't request huge memory page (may be this is fixed in 10?), so it could perform better : http://www.oracle.com/technetwork/java/javase/tech/largememory-jsp-137182.html Java is much slower than other apps when the box is busy (building a world for example) but I'm not sure if this specific to FreeBSD. (I have litle success with Eclipse on the past, I don't use it) Regards.