Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to use sublime text for building complex java application?

Is it possible to use Sublime text for professional purpose in java?

like image 616
abaini01 Avatar asked Mar 24 '23 18:03

abaini01


1 Answers

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?
like image 149
Salah Eddine Taouririt Avatar answered Apr 13 '23 00:04

Salah Eddine Taouririt