How to set up a java compiler and notepad ++? For example, how to compile HelloWorld.java
class HelloWorld { public static void main (String args []) { System. out. println ("Hello World"); } }
How to set up a java compiler and notepad ++? For example, how to compile HelloWorld.java
class HelloWorld { public static void main (String args []) { System. out. println ("Hello World"); } }
Source: https://ru.stackoverflow.com/questions/22660/