I was wondering how to make a Java console program. I use Eclipse as IDE. Looking for something similar to C#\'s version of a console program.
Tried Google but only foun
How to make a console application in Eclipse.
System.out.println("hello");
to main()