Parsed Participle

The personal weblog of Faiz Kazi: Mostly oddities in programming, life in Japan, occasionally music.

[ Home | RSS 2.0 | ATOM 1.0 ]

Tue, 12 Aug 2008

OpenJDK in Debian/Unstable

I don't routinely need to write Java code these days, but it still feels good to know that the JDK is now available as Free Software in Debian:
$ apt-get install openjdk-6-jdk openjdk-6-source
# and then...
$ which java
/usr/bin/java
$ java -version
java version "1.6.0_0"
OpenJDK  Runtime Environment (build 1.6.0_0-b11)
OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
I don't use Java much (but that could have been because of it's non-free pain), and have so far managed with GCJ surprisingly well. However, having the official Sun JDK as packaged, Free software is really good.
posted: 12:12 | path: /programming | permanent link to this entry

Name:


E-mail:


URL:


Comment:




Sections

< August 2008 >
SuMoTuWeThFrSa
      1 2
3 4 5 6 7 8 9
10111213141516
17181920212223
24252627282930
31      

[ Home | RSS 2.0 | ATOM 1.0 ]