Can anyone please tell me if there is anyway to develop blackberry mobile apps in Windows Vista ? I need to develop apps for blackberry OS 7 & 6. I have been trying to install the eclipse java plugin. It works fine windows XP and 7 but does not wok in Vista. Is there any other cross-platform tools avaibale to develop in Vista ?
Asked
Active
Viewed 80 times
0
-
Why do you specific need of vista.. Try by changing the compatibilty mode. – Shashank Agarwal Sep 12 '12 at 17:09
1 Answers
1
Follow these steps:
- Download BlackBerry JDE and install it.
- Download BlackBerry Ant Tools
- Download Eclipse (without JDE plugin) or Netbeans and install it.
Now use Apache Ant (comes with Eclipse/Netbeans),and use BlackBerry Ant Tools.
In your build file, for ant tasks specify path to rapc.exe
(compiler), net_rim_api.lib
(main sdk library) and other JDE components required by a particular ant task.
And build your BlackBerry application file, sign it, package and launch it with the simulator. BB Ant Tools supports it.