Entries from December 2006

December 26, 2006

From Java5 to Java6 in 200 pages

With the release of Java6, I was looking for a quick introduction of the new things. Indeed, there are plenty of materials out there, disecting each and every small addition or change, but I was looking for a centralized information source. And I’ve found it in the form of the Java6 Platform Revealed book: a [...]

December 12, 2006

Improved IntelliJ IDEA startup script for Linux

Here is an improved version of the IntelliJ IDEA startup script distributed along with the tar.gz for Linux. Why am I saying it is an improvement? Because this script will allow you to create symbolic links to it, so you can have it in your PATH without having yo set/alter other environment variables:

if [ -z [...]