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
there is nothing special that makes it console, just use the standard output and standard input, no swing or awt and that's it.
once you have the jar file just issue
java -jar file.jar
or if you don't have jars just
java package.name.ClassName
withouth the trailing.class