Based on the instructions here, I started a PhoneGap project in Eclipse that targets BlackBerry. However, I'm running into two problems with this project:
If the simulator is not open, it will open but the application will not be installed properly.
If the simulator is already open, a message will appear with the text: The emulator is loading, please wait...
, but nothing will happen.
What could be causing this, and how can I get my PhoneGap project working correctly with the simulator?
i found that the problem in java-version
i used java7 - and it cause this problem
i tried java 6 update 25 and it works fine
thanks