Issue
Is it possible to use Sublime text for professional purpose in java?
Solution
Definitely possible, when I first tried to learn java I just used vim and a small ant script, but for enterprise serious development you have to choose one of the big three: IntelliJ IDEA, Netbeans , Eclipse.
See also :
- Do developers actually use vim to write code (Java) on a Windows OS?
- Tips for using Vim as a Java IDE?
- Are Vim or Emacs practical for languages like .Net or Java?
- Why should I use an IDE?
Answered By - Salah Eddine Taouririt