Tags: eclipse
Automatically showing the Editor's file in Eclipse's Package Explorer
January 28th, 2010Searching on Google can be really easy as long as you pick the right words to search for. What if you're not sure what you are looking for or what if you don't know what the thing (or action) is called?
I was using Eclipse (the Java language editor) i… more »
Eclipse 3.6 - Helios - New and Noteworthy
October 15th, 2009Following the success of my Eclipse 3.5 - Galileo - New and Noteworthy blog posting, I've decided to do the same for Eclipse 3.6 - Helios.
I will update this page when the New and Noteworthy pages become available.
Eclipse 3.6 M1 - New and Note… more »
Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object
September 15th, 2009Got attacked by a virus which went straight through Firefox's defences then straight through McAfee's defences then destroyed half of my machine. It's still not running right, but I think the virus is now gone.
The virus attacked my Java installation… more »
Installing Spring Tool Suite (STS) under Eclipse 3.5 Galileo
July 1st, 2009Firstly you need to install Eclipse 3.5 Galileo, then once that's up and running you can use the Spring update site to install the Spring Tool Suite (STS). Follow these simple step-by-step instructions. I'm assuming that you are the only Java developer u… more »
Invalid ActiveMQ Schema Name Space
February 1st, 2009Newer versions of ActiveMQ have support for XML name space schema declarations to allow easier configuration of container beans. Adding the following XMLNS declaration to the beans container will allow you to use ActiveMQ's amq name space.
<beans… more »