I installed Eclipse PDT and now I want to run the JUnit test in a Java project. Java perspective is used, but there are no parameters in the Run As element.
In the "Run Configurations" element, "start a new configuration" is disabled.
The tests are JUnit4 (the project is compiled using junit4.jar, but not with junit3.jar).
How can I get the option "Run As → JUnit"?
source
share