Archives for the 'Code' Category
Eclipse and Java 1.6
Ever since Sun ‘refreshed’ Java 1.6. with the _04 version, Eclipse became unstable for me. After some googleing, it seems that this is actually a known problem with some changes in the JIT compiler that surfaced in _04 and beyond.
Adding
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>
to the eclipse command (or .eclipserc, depending on your installation) made it stable again. So […]
Software archeology - New Nagios SNMP Plugins release
A long, long, long time ago, I used to moonlight (well, actually daylight) as BoFH and during that time, I wrote two small plugins for Nagios. Five years later, this code is still in use and included in a number of mainstream Linux distributions.
And it still has an annoying compilation bug with gcc4. One that […]
PGPSigner
Sometimes I go to PGP Key Signing parties, often at some conference that I attend. While the key signing party itself is fun, there is a boring (and error prone) part of key signing that I much too often neglect: The actual signing of the keys.
You end up with a piece of paper saying who […]
Harmony is needed
The letter.
The FAQ.
apache java open letter sun
A journey through Maven Land
No, this is not one of my Maven rants, though it could easily be. This is however a short tale on how the Velocity site has been set up using Apache Maven 2 and a number of plugins written for Maven 2.
What I wanted to have is a site that pulls some information out of […]