code_finder
code_finder

Reputation: 1370

Blackberry plugin for eclipse?

As i am developing an where app where i need to integrate BBM in it. As per the following instructions of integrating BBM, i followed the steps & downloaded BB Plugin for Eclipse. Here by default i got BB 7.1 SDK with that eclipse which i downloaded. Now i want to install BB 5.0 & BB 6.0 to that eclipse.

As per details i got from internet i followed the following steps of installing these SDK's In eclipse
Help --> Install New Software --> in Add Repository i gave name & location as

      Name --> Blackberry plugin
  Location --> http://www.blackberry.com/go/eclipseUpdate/3.6/java

But here i am getting "could not find http://www.blackberry.com/go/eclipseUpdate/3.6/java" .

So, can anyone help me with this how to install 5.0 & 6.0 to Eclipse as i downloaded from the above BB Plugin for Eclipse url........

Thanks in advance......

Upvotes: 1

Views: 2891

Answers (2)

IRvanFauziE
IRvanFauziE

Reputation: 852

Use Eclipse to install the BlackBerry Java Plug-in.

  1. Choose Help > Install New Software.
  2. Click Add.
  3. For Name, type BlackBerry Java Plug-in Update Site.
  4. For Location, type http://www.blackberry.com/go/eclipseUpdate/mac/java.

Mac: http://www.blackberry.com/go/eclipseUpdate/mac/java

Windows: http://www.blackberry.com/developers/jar/win/java

  1. Click OK.
  2. Select BlackBerry Java Plug-in and at least one BlackBerry SDK. Choose the version of the BlackBerry SDK that is compatible with your intended target market.
  3. Click Next.
  4. Review the items being installed, and then click Next.
  5. Review the license agreement, and then check I accept the terms of the license agreement if you agree.
  6. Click Finish to begin the installation.
  7. After the plug-in is updated, you'll be prompted to restart Eclipse.

Upvotes: 1

tonymontana
tonymontana

Reputation: 5823

Use this location instead. I am using Eclipse 3.6.1 and it works for me.

http://www.blackberry.com/developers/jar/win/java

Upvotes: 7

Related Questions