Hello, I would like to compile JUnit from windows command line.
I have a project that contains many different packages. I can compile and run this project from the command line. However, I have difficulties to compile JUnit class that I have created.
My JUnit class imports only my model and uses the methods to ensure that my model is correct. Therefore, there is a dependency. My question is that how can I compile and run my JUnit class without using ant?
Thanks in advance