To run a specific JUnit test I have to add specific jars (ex. log4j.jar) to the classpath tab associated with the the ‘Run As’ -> ‘Open Run Dialog’ operation associated with each JUnit class which is very tedious. When running the same project in MyEclipse 5.5 I did not have to do this.
Is there a way to add these jars to that they will automatically be associated with the classpath of every JUnit test I execute within the IDE? Since the jars are on the project classpath I thought MyEclipse would have found the jar files.
Any pointers appreciated.