Quantcast

[FIXED] Eclipse Issues with Clicking on Ubuntu/GNOME

For the last few months, have moved most of my work programming from the Mac to Ubuntu (first convenience via VMs, recently because I switched jobs and at the new employer it was that or Windows) which has mostly gone will, though there were some issues around Eclipse UI gotchas, notably: Sometimes buttons wouldn’t let ...

Loadtesting on EC2 – in all cloud++

Recently at work, had a need to rerun some load-testing numbers, but got stick since our internal servers all had builds we were looking at, or weren’t setup, or yada, yada… so we turned to EC2, with overall pretty positive results. Some background – we build a web-based portal application that runs on a lightweight ...

Compiling Java 1.6 projects using Maven on Mac OS X

Compiling Java 1.6 projects using Maven on Mac OS X This makes much sense (took a few minutes though) had my JVM defaulted to JDK 5 from Eclipse 3.4 which wouldn’t run on the 64-bit Java 6 VM – easy fix though – personally I prefer changing the symlinks in /System/Library/Frameworks/JavaVM.Framework/ to point to the ...

Maven, Tools.jar, and Macs

On the Mac, was using some maven build scripts (well, ANT wrapped in Maven) recently that had references to tools.jar. This is problematical on the mac, since Apple repackages tools.jar (some bits go in Classes.jar) and ironic since some of the classes are already available, so it’s an unecessary error. Some digging revealed a recipe ...

Safari 4.0 (Mac) Breaks Keychain

» [Safari 4] PubSubAgent wants access to KeyChain Tim’s Weblog: “” A bunch of support forum posts seem to confirm it too – that Safari 4 (possibly 4beta -> 4.0 upgrade) breaks the Keychain linkage — hopefully there’ll be a fix soon.