Can I use simple windows notepad for java programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I use simple windows notepad for java programming

12th Sep 2020, 11:51 AM
Sandeep Prasad
4 Answers
+ 2
yes, but you shouldnt unless you really have to. at least maybe try notepad++ or Programmers Notepad
12th Sep 2020, 11:58 AM
Rei
Rei - avatar
+ 1
Thank you very much
12th Sep 2020, 2:37 PM
Sandeep Prasad
0
Absolutely, however the added benefits you get from an IDE far outweigh any reason you may have to use just a text editor. Just some features from IDE's Code completion Refactoring Automatic compilation Debugging Easy download of 3rd party extensions/libraries If you use just notepad You will need to learn how to use a terminal window to covert java code to byte code for the intepreter to read. If you are unsure where to start, Eclipse is a decent IDE for java, i know some others use NetBeans, im by no means an expert on IDE, but ive used eclipse and it wasnt too hard to pick up.
12th Sep 2020, 2:33 PM
Robert Atkins
Robert Atkins - avatar
0
you can debugging from terminal too but it is not convenient
13th Sep 2020, 3:38 AM
zemiak