Date: Mon, 7 Mar 2011 09:26:02 -0800 From: Nerius Landys <nlandys@gmail.com> To: Rodrigo Freitas <freitas.rodrigo@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Coldfusion, Postgres and Java under FreeBSD Message-ID: <AANLkTikZE%2BMtWd_-iAFjY-Z05LOLkC1BK6UwUJifsUEi@mail.gmail.com> In-Reply-To: <AANLkTik5rRh8neZwPiUk99R1tMVuasFSy5TaSFcFdqQU@mail.gmail.com> References: <AANLkTik5rRh8neZwPiUk99R1tMVuasFSy5TaSFcFdqQU@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Question #2: Is the JVM implementation for FreeBSD reliable and fast? Most > of my software components are made in Java (including HSQDB) Since I have experience with Java on FreeBSD, I will try to answer this question. Java works very well for me under FreeBSD; I have not had a single problem with Java on FreeBSD. To install java, you can either install a pre-compiled JDK (called diablo-jdk) or compile all the JDK sources from scratch using the ports system. If you compile yourself from ports, you can choose either JDK 1.5 or JDK 1.6 (there may even be newer and older JDK versions that work fine). I'm running JDK 1.5 compiled from source on both my servers, and have had no problems in my Java applications. The dependencies list for 1.6 is a bit more involved, but the compile/install process is so automated that you won't be bothered with the amount of work it takes to install a JDK. So, in a nutshell, Java is very well supported under FreeBSD and you should consider this to be a non-issue.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikZE%2BMtWd_-iAFjY-Z05LOLkC1BK6UwUJifsUEi>