Tag Archives: Java

An update Java development environment

As a pre-cursor to my promised larger articles, a post about Emacs and some of the development tweaks I did last week.
The last weeks there has been quite some chatter about development setups. Most notably Sacha Chua figured out that she could be more productive in Emacs then in Eclipse in her current project, read [...]

Emacs and the hotswap feature of Java debuggers

I write a lot of code in Java and as you might know (if you have read some of my blogposts before) I love to use Emacs for all things related to typing on the keyboard.
When you write large applications in Java, or any other language really, you will eventually need to utilize the debugger. [...]