I have successfully install BB WebWork 2.0 and BB Momentics. Now I am stuck with how can I create project in Momentics of BB WebWork and run it successfully. I mean how can I integrate WebWork 2.0 in Momentics.
WebWorks, and Momentics are two different platforms. WebWorks of course is all Cordova based now. Momentics is for using Cascades, QML, and C++. You do not integrate WW into Momentics.
What are you hoping to accomplish in WebWorks? I'm sure I can point you in the right direction.
Related
for the zeus release of yocto there is plug-in support for eclipse to develop applications. Can anyone help to how to set up eclipse for cross-compile the code?
Presently I have installed the standard sdk on my pc. I need to know how to set up eclipse to cross-compile using the sdk.
Regards,
Srinu
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......
Use this location instead. I am using Eclipse 3.6.1 and it works for me.
http://www.blackberry.com/developers/jar/win/java
Use Eclipse to install the BlackBerry Java Plug-in.
Choose Help > Install New Software.
Click Add.
For Name, type BlackBerry Java Plug-in Update Site.
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
Click OK.
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.
Click Next.
Review the items being installed, and then click Next.
Review the license agreement, and then check I accept the terms of the license agreement if you agree.
Click Finish to begin the installation.
After the plug-in is updated, you'll be prompted to restart Eclipse.
I am a Blackberry newbie. I develop on Mac OS Lion. I just installed the latest component pack for blackberry. However, the device that I am going to develop for has Blackberry 4.6 installed. So it is unable to run any of the new samples provided by the RIM component pack. How do I obtain an older version on eclipse?
You can install additional BlackBerry SDK versions via the BlackBerry's update site. Follow this guide, BlackBerry Java Plug-in for Eclipse Update Site, to learn how. According to this guide, as for today, the available BlackBerry SDK versions that can be downloaded via the update site are:
7.1
7.0
6.0
5.0
4.5 (Available for Windows only)
Also check this guide, BlackBerry Plug-in for Eclipse.
I am having a lot of issues installing my BlackBerry app to my phone. The app has been signed but still says that there is an error of attempting to access a secure API. However, I realise my eclipse is using the 7 sdk whereas my phone is running blackberry 6. Could this be the issue?
How would I go about changing this in eclipse?
First you will need to install the BlackBerry JRE 6.0.0 Plugin into your instance of Eclipse by adding BlackBerry Java Plugin - http://www.blackberry.com/go/eclipseUpdate/3.6/java to your list of 'Available Software Sites' in Eclipse->Help->Install new software.
Then when you have that installed, you will be able to right click on JRE System Library [BlackBerry JRE 7.0.0] in your project, select Properties and change to JRE 6.0.0.
Then re-package, sign and install on your OS6 device
I have installed the Java plugin for Eclipse Galileo on Windows. However, i don't know how to choose the sdk in Eclipse. any idea? Thanks
You can install earlier SDKs by following instructions located here: http://us.blackberry.com/developers/javaappdev/javaupdate.jsp
Unfortunately the SDKs don't go any earlier than 4.5.0, so for legacy development you might want to try googling BlackBerry JDE, if my memory serves me right.
I hope this is of any help