user453966
user453966

Reputation: 1

Error running BlackBerry app from Eclipse

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

Answers (1)

Woot4Moo
Woot4Moo

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

Related Questions