 Thread Author
# 1

04-06-2010, 07:30 AM
|
| CrackBerry Newbie Device(s): Not a BlackBerry/Smartphone User | | Join Date: Mar 2010 Posts: 3 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
jar verification
hello,
I have created jar from blackberry project.
I would like to add this jar into blackberryproject. I have read it must verify (I use net.rim.device.api.util.Persistable).
I made it like that: Code: C:\PATH_TO_YOUR_ECLIPSE\plugins\net.rim.eide.componentpack5.0.0_5.0.0.7\components\bin\preverify.exe -classpath "C:\PATH_TO_YOUR_ECLIPSE\plugins\net.rim.eide.componentpack5.0.0_5.0.0.7\components\lib\net_rim_api.jar" "your_external_file.jar" unfortunately, this error message gets: Code: Error loading class your_external_file.jar does somebody know good instructions for verification, or help me in it?
thanks
|