Ubuntu and Eclipse: The error was ‘BadAlloc (insufficient resources for operation)’.
Linux and Eclipse have proved themselves as a killer combination for Java (EE) development. Specially for technology savvy users, which i guess a lot... more »
6 commentsSave Tags: eclipse, how-to, java
JDK6 Web start Cache location
For a web start deployment of an application it is sometimes necessary to be able to get the location of the cached and downloaded jar files which... more »
0 commentsSave Tags: java
Is it possible for a small company to switch their development language?
Even though I’m not sure what's the right language for my company it made me think about the possibility of finding the ‘perfect’ language some day.... more »
0 commentsSave Tags: methodology, other languages
Java best practices 4 - Native Arrays and Not Using Java 5
An array was once a very common data structure in many programming languages. Who didn’t grew up with using constructs like numbers[i] = 10; ? Lately... more »
0 commentsSave Tags: java, methodology