Hello Developers,
I want to sign my J2ME midlets with time-stamp. i follow the following simple procedure.
1) Sign the J2ME apps using Thwate certificates.
2) Adding the time-stamp using following command which is executing successfully
jarsigner -tsa https://timestamp.geotrust.com/tsa -keystore <keystore_filename> <path to Applet (ie. C:\TestApplet.jar)> <alias_name>
My app is working fine if i don't time-stamped them, if I time-stamp the app, and execute it on My nokia-c3 device it says "Invalid Application delete?".
Can anyone please let me know how to overcome this.
Procedure for timestamp - https://search.thawte.com/support/ss...=AGENT_REFERAL
Please help me regarding this.

Reply With Quote


