Under Windows some applications remember where a window was positioned when it was last used. Sometimes that position can no longer be on the visible screen. There are various reasons how this might happen.
Screen resolution is smaller than before.… more »
Category: "Techie"
This blog is an addendum to Configuring Eclipse to use Tomcat and the Spring Framework but is solely related to Spring IDE 2.2.
Install Eclipse 3.4.1 JEE Ganymede SR1
Load Eclipse and goto Help->Software Updates…
Select the Available… more »
I use M$ Excel to help with project time-sheeting and billing. My bills are really simple and contain project id, project title and time spent in hours and minutes (h:mm). The project id and project title can be looked up on the issue tracker and… more »
In order to avoid full file-system paths in a Tomcat configuration, you make all the file references point to elements on the classpath. The classpath is an environment variable which is set outside of Tomcat, and is the search path that the class… more »
Been trying to get rid of this error message in my Spring container for a while and I have finally built up enough periphery knowledge to figure out the solution myself, so I thought I’d share it with you - I’m nice like that!
The offending… more »