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

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

    The Solution is: Open My computer, right click > select properties > go to advanced > go to System environment variables > under PATH add this one:

    c:/Program Files/Java/jdk1.7.0_03/bin

    Close and reopen Eclipse and thats it...

    NOTE: jdk1.7.0... is for the java version you have installed on your computer

提交回复
热议问题