BlackBerry 4.2 JDE for Eclipse - blackberry

I have developed an app for Blackberry 5.0. Now I am trying to make the app available for 4.2 version onwards.
I have used Blackberry 1.1 plugin for eclipse 3.5, but I can't get the 4.2 JDE to show up in my Eclipse update list - using URL http://www.blackberry.com/go/eclipseUpdate/3.5/java
I manually downloaded the 4.2 component pack and installed it. I have created a new project and added 4.2 jar file to the User path that is in the installation directory. There are two issues:
1) It does not seem to be working and also I can't get a cod file in the deliverables folder when I build the project.
2) The simulator that is provided with the jde doesnt seem to be working. I can't even launch the simulator. Should I download 4.2 simulators from BB?

I don't think Blackberry Eclipse Plugin 1.1 works with 4.2 component pack. The previous version worked.
1.1 supports only jde 4.5 and higher.

Related

How to solve "invalid project" for webworks for blackberry 10

i have installed webworks for blackberry 10 in widows 8, but i am not able to open up projects from the web tool. i am always getting the "invalid project" error. Any one have an idea on how to solve this
The format of your project must be compatible with the SDK. If you created an old project using version 1.0 of the WebWorks SDK for BB10, then it is not compatible. Version 2.0 introduced major changes to align with Cordova, which made changes to how project folders are structured.
You can fix this by first creating a default project using the new format, copying in your existing assets, and then open that project using the GUI:
Ensure the BlackBerry 10 WebWorks SDK 2.0 is correctly installed.
Open a command prompt (windows) or terminal (mac) and run the following command:
webworks create <your source folder>\YourApp
Replace the default YourApp\www folder with the \www folder from your existing project
Use the Web tool to open the YourApp project
Hope that helps.

IBM Worklight 6.1 - Failed re-generating the iPhone native folder

I've recently upgraded from Worklight 6.0 to 6.1 and I'm trying to get an update from a 6.1 Worklight Server from an iPhone that has a version built from 6.0 on it. This does not seem to work, so I figured I must manually deploy a version on the iPhone that was built from 6.1 in order to get the update. So I deleted the native folder under iPhone so that when I build it would regenerate itself, but I got the following error on build:
iphone build failed: com.worklight.builder.sourcemanager.handlers.ios.settings.IOSAddRemoveSettingsRefHandler - cannot update content of pbxproj file
My Worklight Studio version: 6.1.0.00-20131219-1900
The platform version in my application-description is also 6.1.0.00-20131219-1900.
I was able to rebuild the Android version and redeploy on my phone and successfully get updates.
Any ideas what the problem could be? I thought that if I deleted the native folder I should be able to always generate a new one by building.
Try the following:
Close Eclipse
Locate your temp folder (Windows, OS X, Linux)
Delete the wlBuildResources folder
Open Eclipse
Re-build

Error while importing BlackBerry project in Eclipse - BlackBerry JRE 4.7.0[unbound]

I am new in BlackBerry application development. I have installed "BlackBerry Plug-ins for Eclipse version 7.1" successfully. Now I am trying to import one existing project into Eclipse, it is showing the following error:
Build path entry is missing: org.eclipse.jdt.lau...de.BlackBerryVMInstallType/BlackBerry JRE 4.7.0
what is the reason for this?
If you have only installed the OS 7.1 plugin, then you won't be able to target OS 4.7.
You'll need to also install the SDK for OS 4.7. To do that, in Eclipse, go to the Help menu, then Install New Software..., then select the Work With: pull-down menu, and pick the BlackBerry Eclipse Plugin site.
Then, in the center of the window, you'll select the SDKs (OS Versions) you want to directly target:
As you see, I'm using the Mac Eclipse Plugin, and it doesn't even show OS 4.7 ... I can't remember if the Windows versions still supports 4.7 (I think it might offer a 4.5 plugin). Basically, all the 4.7 devices out there should be eligible for free upgrades to 5.0, so I don't know that it's worth it to support 4.7 anymore. Just support OS 5.0+.
Once you're sure that you have the correct SDK, then in the window you show in your screenshot, try removing that OS 4.7 library. Then, use the Add Library.. button, select JRE System Library and pick the BlackBerry JRE 5.0.0 (it may be in the Alternate JRE menu):
After you do that, try cleaning and rebuilding your project.

Blackberry eclipse jde plugin

I have installed the eclipse for blackberry development from the blackberry eclipse download site https://developer.blackberry.com/java/download/eclipse successfully. The current version of the blackberry JDE is 7.1.
I tried adding the other versions 5.0 and 6.0 using the Help --> Install Software feature of eclipse by adding the download site from blackberry as https://developer.blackberry.com/java/download/eclipse. But unfortunately after selecting version 5.0 or 6.0 the download fails halfway with time-out.
So I tried downloading the said jar files separately. They are
net.rim.ejde.componentpack5.0.0_5.0.0.36.jar (250 MB file)
net.rim.ejde.componentpack6.0.0_6.0.0.43.jar (260 MB file)
Then I tried adding them but don't know the correct way of doing it.
tried putting it in plugin folder
tried putting in drop ins folder
I just was unable to figure out how to include this Jar file for compiling the blackberry code for the above versions of 5 and 6 along with the simulators.
Any ideas?
Update you Eclipse with the following URL
I have tried with this URL and this works for me, you will get 4.5,
5.0, 6.0 versions API's and Simulator.
Checkout the link, this will give you demonstration, that how to update Eclips

Blackberry - how to use an older component pack?

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.

Resources