View Single Post
Old 03-31-2018, 09:02 AM   #11
ntharrison
Junior Member
ntharrison began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2018
Device: Kindle 3Gb
I've worked something out! The KUAL azw2 was signed with a different algorithm than the default for jarsigner, changing it to SHA1 with the following command worked.

jarsigner -sigalg SHA1withDSA -digestalg SHA1 -keystore developer.keystore -storepass password Test.jar dntest

I now have another issue unfortunately. I get "Main class not found" when running it on the kindle. Sorry for being useless, any ideas?
ntharrison is offline   Reply With Quote