Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Surefire is currently able to launch tests using a manifest-only jar, or by using a funky isolated classloader if useSystemClassLoader=true. But we currently don't provide a way to just use a plain old java classpath (POJC?)
A POJC will often fail for Windows users; we should warn users to be careful with it, but provide it as an option where necessary.