- To make a Text Editor for writing codes in order to test the accuracy without giving suggestions(Unlike Modern IDE's).
- To increase the accuracy of writing code(Helpful in interviews).
- To compile and run codes of all languages in the same folder (Saving time in shifting multiple folders) using CLI.
- To make a self-created text editor.
- Install JDK 11 or more on the machine.
- Please make sure that it has applet viewer installed with JDK.
- Open terminal (for Mac) or command prompt (for windows ) and navigate to the directory where the project is saved.
- Run the following command:
javac StartNotepad.java
and then runjava StartNotepad
🙂 Enjoy the Notepad and show some love. ♥