I\'m trying to run a particular JUnit test by hand on a Windows XP command line, which has an unusually high number of elements in the class path. I\'ve tried several varia
Since Java 6 you can use classpath wildcards.
Example: foo/*, refers to all .jar files in the directory foo
foo/*
foo
foo;foo/*
foo/*;foo