If you are already too experienced using another tool and love it to death, if you are in Java, you should simply use the IDE. You can go against the grain if you want, but I see no advantages for you. Eclipse and Netbeans are free and great tools. It takes 2 minutes to create a new project, which is ready to be created / launched with one click. Syntax highlighting, refactoring, debugging, code completion - that's all you learn to love, even if it's a small program. If it's complex enough to need a debugger, it's hard enough to use the IDE.
source
share