views:

1321

answers:

4

I followed this guide:

http://www.thinkingblackberry.com/archives/21/comment-page-1#comment-104

Installed the JDE 4.7 and 4.5 packs, and when I try to start a new project, there is no option for "Blackberry Project" at all.

When I click "Help > Software Updates > Installed Software" I see the "Blackberry Component Pack 4.7.0" installed, and I can view its properties. But there's no other evidence of it actually being installed or working.

Does anyone know how to get this going?

+4  A: 
VonC
A: 

I had the same problem, and after a fair bit of mucking around was able to get this working. (They sure don't make it easy.)

Here's what I did:

Delete any existing eclipse installs, as well as workspaces and the .eclipse folder in your folder. Download and unzip Eclipse 3.4 (Ganymede - last year's version. It won't work with the current version.) I'm using 3.4 SP2, and that seems to work. Place the unzipped directory whereever you like. (Mine's in c:\Program Files.)

Next, copy the Blackberry JDE plugin Zip file in an Eclipse extensions folder. Wherever you decide to put this, Eclipse will remember. I created an "Extensions" folder in my Eclipse directory and dropped it in there.

Open a command prompt, navigate to your Eclipse directory and run Eclipse.exe with the -clean flag. ("eclipse -clean")

Click on the "Help" menu and select "Software Updates..." Click on the "Available Software" tab, then the "Add Site..." button. In the dialog that comes up, click on the "Archive..." button and browse to your extensions folder and select the Blackberry plug-in .zip file and click "Open."

Click "Install..." and let it install. When it's done, it will prompt you to restart Eclipse -- Do so.

For me, at this point it was working, and my BlackBerry menu was visible. Your mileage may vary, but I hope it works for you too.

Andrew

Here are some links I found useful in putting the above together: http://docs.google.com/View?docid=ah8534h97tx2_30fx947kc http://na.blackberry.com/eng/developers/javaappdev/eclipseplug_updatesite.jsp http://prosciutto.boutiquestartups.com/index.php?op=ViewArticle&articleId=55&blogId=1

AndrewCr
+1  A: 

If it had installed properly without any errors, it would show up under Window-Preferences->Blackberry-Installed Components. In the drop down box you should see all the component packages that were installed successfully

Ram