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

后端 未结 11 2345
梦如初夏
梦如初夏 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:08

    1. Set the Environment variable correctly (under path set till jdk->bin)
    2. In your Eclipse Installed JREs make sure you are pointing till JDK folder and not JRE

提交回复
热议问题