Question: How does one properly initialize a phonegap project for BlackBerry in Eclipse?
Details: I have my project files added to the new Eclipse BlackBerry Project and added the Phonegap lib to the build paths, however I cannot seem to figure out how to connect the MyApp.java to the index.html to run the project as a phonegap/web app.
Setup: I believe I have all of the pre-reqs taken care of: Java JDK/JRE, Eclipse, BlackBerry WebWorks SDK, BB WW SDK plug-in and JRE's for Eclipse, phonegap libs & files, and my project files. I have created a new BlackBerry project and added my files to it and configured the build path.
Background: I have developed several apps for iOS and Android already and a client has asked me to develop one for BlackBerry (using phonegap/callback). I've used phonegap with Eclipse for Android without any problems, but I am having a heck of a time getting it setup properly for BlackBerry.
Research: I have spent the past 2 days looking all over stackoverflow, phonegap wiki, blackberry forums, and everywhere google could take me and I cannot find anything relevant or helpful. It seems BlackBerry has recently changed their development tools and/or SDK and plugins. Most of the tutorials that would seem helpful refer to a BlackBerry Eclipse plug-in that is no longer available (which would allow one to create "BlackBerry Widget" projects). I have found numerous links to pages on BlackBerry's website that others site and/or refer to but only result in 404's. I've about had it with BlackBerry!
Thanks in advance for any help you may offer.

