0
votes

Blackberry app working in OS 5.0 but not working in OS 6.0 or 7.1

Following steps I follow in ripple:

  1. Selected platform webworks 2.0.0
  2. In Build option clicked on settings and entered new SDK path.
  3. Entered native folders path in Project Root
  4. gave a name in Archive name
  5. entered a path in output folder
  6. ENtered password in password field

still getting error while packaging "CreateProcessW: The system cannot find the file specified." So still packaging the app manually and the app is working in OS 5.0 but not in OS

I have used Worklight 5.0.6.2 and 5.0.5 to develop app and in both the case the app is working only in OS 5.0

Using:

  • Worklight 5.0.5/5.0.6.2
  • BlackBerry SDK v2.3.1.5
  • "BlackBerry" platform in Ripple
1
It sounds more like the whole app is not working rather than the adapter requests... it would be easier to help you fix the Ripple issue - edit your question with the issue and the Ripple version you're using.Idan Adar
Ripple Emulator (Beta) 0.9.16 and the error it shows me is "Oh Snap! Build request failed with message: CreateProcessW: The system cannot find the file specified." I tried changing my jdk version also but still it gives me the same error when i try to package my appDeepak

1 Answers

0
votes

The reason it works in the Ripple emulator is because all that emulator does is load the web resources of the application, which essentially is just like previewing the application using Worklight Console instead.

I am guessing that the following may help (it helped me get Ripple back into working condition):

  1. Copy the BlackBerry SDK from Program files to C:\ (also remove any spaces in the folders path)
  2. Make sure your Java is also in C:\
  3. Navigate to the bin\ folder of the SDK in its new location
  4. Open the file bbwp.properties file and edit the Java path to its new location in C:\
  5. Check if Ripple now signs your application

In addition to the above, make sure that the "platform" you've chosen is "WebWorks 2.0.0". That's the correct platform when using BlackBerry 6/7.

In the Settings window in Ripple, you need to:

  • point to the new SDK location from above.
  • The path field needs to point to the native folder of your Worklight's BlackBerry environment.
  • And of course you need to specify output folder location, name, signing keys password, ...

Try to package and sign again using Ripple.

I do hope of course, that you've read the Getting Started training material about BlackBerry?