Error running junit tests. CreateProcess: ...\bin\java ....
Hi,
since today I encounter a new behaviour with my IDEA.
I configured my project as usual na dtry to execute my junit tests of a component.
it fails with an error dialog saying:
Error running JunitTests: CreateProcess: C:\Apps\Tip31\cs\java\jdk14205\bin\java -classpath "C:\Apps\Tip31\cs\java\jdk14205\jre\lib\charsets.jar;C:\Apps\Tip31\cs\java\jdk14205\jre\lib\jce.jar;C:\Apps\Tip31\cs\java\jdk14205\jre\lib\jsse.jar;C:\Apps\Tip31\cs\java\jdk14205\jre\lib\”
Does anybody see why this is so ?
thanks for your help.
detlef
Please sign in to leave a comment.
Hi,
I have this kind of error when i try running projects with big class paths, seems IDEA is trying to set all the classpath using a command line and it becomes too long for the underlying OS i guess.