Possible Duplicate:
JUnit test equivalent in CLI
I have created a java project in eclipse. I am able to right click and export the project to and executable jar file so it can be run from the command line using the JRE tools.
For this same project I also have Junit tests. Specifically I am using JUnit version 4. How can I run the JUnit tests from the command line like I can in eclipse (Right Click Project-->Run As-->JUnit Test)