Ivan
Ivan

Reputation: 130

JQM crashes Blackberry simulator

Prior to deploying JQuery Mobile js script to Blackberry application, simulator(Blackberry Bold 9700) crashes throwing an error "Class 'net.rim.device.api.crypto.MD5Digest' not found". I also renamed all dashes to dots, so this may not be the case of error, without a script application starts and works fine, but without JQM obviously, I also tried cleaning simulator. Does anyone comes with a solution?

Upvotes: 1

Views: 426

Answers (2)

Th0rndike
Th0rndike

Reputation: 3436

doing a quick search I found this BlackBerry Support Forum thread:

Application Entry Point Runtime Exceptions

the solution post is:

Lesson learned: if it doesn't work and you have no idea why, wipe/clean the device/simulator and/or make a new project and re-add all your source/resource files.

Upvotes: 1

Jasper
Jasper

Reputation: 76003

If you are using jQuery Mobile pre 1.1 then make sure you are using jQuery Core 1.6.4.

I got white-screens when I used jQuery Core 1.7 with jQuery Mobile 1.0 Final, no problems on iOS or Android devices, just with BlackBerry.

If you are using jQuery Mobile 1.1.0 RC-1 then you should be able to use jQuery Core 1.7.1 but I have not tested this.

Upvotes: 2

Related Questions