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
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