Error: Cannot run program “jar”: CreateProcess error=2, The system cannot find the file specified
问题 When I run my BlackBerry project in Eclipse, I get the following error: Error: Cannot run program "jar": CreateProcess error=2, The system cannot find the file specified How is this caused and how can I solve it? 回答1: you can solve this problem by following setting Right Click My Computer -> Select Properties-> Select AdvancedSystem Settings Tab -> Environment variables Click on new button and Add Variable Name : JAVA_HOME Variable Value : C:\Program Files\Java\jdk1.7.0\ note jdk not jre 回答2: