Reputation: 1
I am developing an app with 65 class files. I recently re-installed Eclipse and now I can't run the app:
I/O Error: Cannot run program "jar": CreateProcess error=2 The system cannot find the file specified
I checked my Java_Path and I don't see any problems.
Upvotes: 0
Views: 183
Reputation: 24336
You are probably running only a JRE
you need a JDK
. echo out your JAVA_HOME
variable and tell us what it says.
Upvotes: 1