« Return to Thread: Can't find JUnit test runner on zOS 1.9?

Re: Can't find JUnit test runner on zOS 1.9?

by Stefan Bodewig :: Rate this Message:

Reply to Author | View in Thread

On Thu, 3 Apr 2008, Jeffrey E. Care <carej@...> wrote:

> I'm not expecting much help on this one, but it's worth a shot...

I'm not expecting to be of much help either, sorry.

The one thing that sticks out certainly is the size of the
-classpath argument.  Could there be a system limit (or Java
implementation limit) on how big a command line argument (or the
searched classpath) can be?  It is more than 23800 characters (says
my Emacs) and it contains three "junit.jar"s.

ant-junit.jar is at the far end of the CLASSPATH and if that got
truncated it might explain the problem.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: Can't find JUnit test runner on zOS 1.9?