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

后端 未结 11 2348
梦如初夏
梦如初夏 2020-12-10 01:33

When I run my BlackBerry project in Eclipse, I get the following error:

Error: Cannot run program \"jar\": CreateProcess error=2, The system cannot fi

11条回答
  •  粉色の甜心
    2020-12-10 02:18

    This error comes because of Jdk1.7. So try 1.6 and set path to bin folder.

    It works for me...

提交回复
热议问题