03-29-2011 01:37 AM
Hi all,
I have developed an app using BB Web Works, today i have received the CSJ File for Code Signing.
Now i wish to configure for the tablet.
I just tried with this configuration
I have installed BlackBerry WebWorks Packager for PlayBook
and i just hanged in the step 2
blackberry-keytool -genkeypair -keystore sigtool.p12 -storepass <p12 password> -dname "cn=<company name>" -alias author
when i run the above code i am getting this error: "The system cannot find the file specified."
what am i missing?
your help is highly appreciated
thanks
VinoopRaj
03-29-2011 03:19 AM
did you move the sigtool.p12 file created in step 2 to the bbwp\bin\ directory?
03-29-2011 03:35 AM - edited 03-29-2011 03:36 AM
no yaar. the file is not even created
this is what i have done
C:\Documents and Settings\sys>cd C:\Program Files\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp\blackberry-tablet-sdk\bin C:\Program Files\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bb wp\blackberry-tablet-sdk\bin>blackberry-keytool -genkeypair -keystore sigtool.p12 -storepass <pwd> -dname "cn=<myCmpName>" -alias author The system cannot find the file specified.
is it any wrong in syntax
03-29-2011 04:17 AM
Try creating the sigtool.p12 file in the C:\ it may be a permissions issue.
blackberry-keytool -genkeypair -keystore "C:\sigtool.p12" -storepass <pwd> -dname "cn=<myCmpName>" -alias author
03-29-2011 04:28 AM
no yaar..
Still i am getting the same Error.
03-29-2011 05:35 AM
thanks solved i just removed the tag fro password and Company naeme and its works fine
blackberry-keytool -genkeypair -keystore "C:\sigtool.p12" -storepass password -dname "cn=Company Name" -alias author