 Thread Author
# 1

03-09-2010, 10:34 PM
|
| CrackBerry Newbie Device(s): 9530 (Storm) Carrier: Verizon | | Join Date: Jul 2009 Posts: 3 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
reference to PersistentObject causes module not found error
I have written an app and was getting a module not found 7444 error.
To troubleshoot, I created a blank app, and one at a time, copied in each piece. The error was reproducable after I added the import for PersistentObject and PersistentStore. So my app just has the main class and references to PersistentObject and Store.
I am using eclipse 3.4.1 with Blackberry JDE plugin 4.7 on an XP Pro machine.
This of course works just find in the simulator.
The app is signed because of the inclusion of the PersistentStore API.
I have checked with the blackberry desktop manager and my phone is up to date. It is a Storm 9530 (v5.0.0.328)
|