Run Jar in Console

Viewed 58649

I am writing a java applicaiton that outputs strings via System.out and I just want to know how to run this application outside my IDE. I have an executable jar. What does one do to see this output in a console?

6 Answers
Related