10-13-2011 12:22 AM
This is related to signing Application
I have successfully created *.p12 file, *.csk file .
In signing Developer certificate is created successfully ,And
In RIM signing Authority, it's showing >> Registered : Yes.
When i was creating Debug token it was showing error >> blackberry-debugtokenrequest.bat is not found.
Then i copied it from "Research In Motion\blackberry-tablet-sdk-1.1.1\bin " to "Adobe\Adobe Flash Builder 4.5\sdks\blackberry-tablet-sdk-0.9.4\bin".
Now it's showing following error...
java.lang.NoClassDefFoundError:
net/rim/device/codesigning/debugtoken/debugtokenre
Caused by : java.lang.ClassNotFoundException.
I need solution for this. Any help...
Thanking in advance...
Solved! Go to Solution.
10-14-2011 11:17 AM - edited 10-14-2011 11:18 AM
Hi,
The batch file actually calls a java application that is under the <bbsdk>\lib directory. This is why you're getting this error.
Based on the fact you say "blackberry-sdk-0.9.4" I assume you are still using the plugins and command line tools from an old beta versio, where there is no debug token.
When you install the version 1.1.1, you should tell the installer to integrate it with Flash Builder, and most important, proceed with the plugins upgrade.
I recommend you to review the "Install the BlackBerry Tablet OS for Adobe AIR" section on the "Getting Started Guide" (Link here) and see if you had followed all steps.
Please, after that, let me know if it solve your problem.
Regards
10-19-2011 05:38 AM
Thank you very much .
Now it is solved