0
how to run java program in pc in note pad++ or notepad
tell me if you can
3 Answers
+ 2
You can write your code in it, but you can't "run" it inside of those things. However, feel free to write your .java code inside of it and then compile/execute Java as you normally would.
Why not use something like Eclipse or NetBeans though? Both are free and very useful IDEs for programming in Java.
0
notepad++
0
Hello, recently I have created "Java Plugin for Notepad++" that allows you to compile and run java in Notepad++.
You can find more information here https://github.com/dominikcebula/npp-java-plugin