I need help with some confusing terms in blackberry development world. As you can see, I am newbie to bb dev and the myriad of available tools and installtions is just too much to comprehend.
From reading several forums and articles, I have decided to go with Blackberry Java Plug-in for Eclipse. I understand that this is different from using Blackberry JDE. So I went through the set up as described in the "BlackBerry Java Plug-in for Eclipse" page, and started creating BlackBerry projects. When I tried to find some more details about how to make project changed, like the App Icon or including image reso开发者_如何学Pythonurces, I find that Eclipse doesn't have certain options so I am wondering if I am missing something. For example:
To add a image resource to the project: I added the file to the project path and refreshed my project in Eclipse to view the new file. I can't find "Blackberry Project Properties" in the menu. I can't find the menu item Configure Blackberry Workspace under "Blackberry" menu.
Upon research, I find this article "BlackBerry JDE Plug-in for Eclipse" which talks about a Blackberry "JDE" Plug-in For Eclipse. Now is this different or same as the one I am using?
Do I need the Blackberry JDE Component Package if I am not using Blackberry JDE and if I am using only the Blackberry Java Plug-in for Eclipse?
Any help is much appreciated.
Eclipse Helios V 3.6 Blackberry Java Plugin for Eclipse v 1.3.0
In your BlackBerry project, what jdk is selected? If you have the BlackBerry plugin setup correctly, you should be able to select a BlackBerry JRE, and you should see the BlackBerry logo in a few places. On the project folder icon, you can see the blackberry logo above the folder. On the BlackBerry_App_Descriptor.xml file, you can also see the BlackBerry logo. Then, on the JRE System Library line, you can see that there is a special JRE.
When I am checking my Eclipse setup, I visually scan for those BlackBerry logos, and that tells me the plugin is setup. The final check is that the right JRE is selected. The key is that 'BlackBerry' needs to appear between those brackets in the JRE name.
When you double-click on the BlackBerry_App_Descriptor.xml file, you should be presented with an editor screen that looks like this:
精彩评论