0
I installed Java cmd on my laptop how do I code with a notepad now.... I cant seem to know how
Java cmd installation
3 Réponses
+ 1
You can write Java classes in any editor, but it's really strongly recommended to use an IDE, especially for languages like Java.
+ 1
1. write you code in notepad
2. compile it with javac from JDK in cmd
3. Run result with Java.exe
+ 1
Read guide to install successfully java.