I use the Eclipse JUnit integration, which automatically includes the JUnit library in my project. The problem is that when exporting my project using the destination Runnable JAR file, it includes JUnit.
Is there a way to exclude JUnit (and, ideally, tests) from the exported JAR?
java eclipse jar junit
Simon morgan
source share