IOException: Cannot run program “javac”: CreateProcess error=2, The system cannot find the file specified

后端 未结 2 910
有刺的猬
有刺的猬 2021-01-04 08:18

I got the error \"IOException: Cannot run program \"javac\": CreateProcess error=2, The system cannot find the file specified\" while running my scala project in play 2. why

2条回答
  •  佛祖请我去吃肉
    2021-01-04 08:49

    for anyone who googles this error when using xml beans (I was forced to maintain an old app that uses xmlbeans and got this error), use jdk 5 and not higher for xmlbeans and this error goes away

提交回复
热议问题