Error CreateProcess when running junit
Hello,
I'm trying to run junit tests from IDEA, and everytime I try to run any test, I get a dialog with error in CreateProcess
I suspect the problem is related to command length, but I don't know how to fix it.
One of my collegues runs on the same platform, and it's working fine with him, so I don't think I'm exceeding the OS commend line length.
I'm running IDEA 6.0.5 with Java 6, on windows XP professional SP2
请先登录再写评论。
any reply?
Check how you pass parameters in.
There are VM params and APP params. maybe you got those wrong? (I think I saw similar error once when I messed that up).
You could also move the params into constants, perhaps ;) ? (at least to see if it's a param problem)