Hi Rob, thanks for your input on this, i dont want to post again in the other thread as i know you are redirecting people to that one, so i will ask here. when i run the command using jdk1.8.0_152:
C:“Program Files (X86)”\Java\jdk1.8.0_152\bin\keytool -importkeystore -srckeystore mygamename.keystore -destkeystore mygamenameB.keystore -deststoretype pkcs12 -srcstorepass storepass -deststorepass newpass -srckeypass storepass -destkeypass newpass -srcalias yourkeyalias
it comes up with an error: Illegal option: files
If i run the same thing using jdk1.6.0_45 It works and creates the new keystore mygamenameB.keystore.
C:“Program Files (X86)”\Java\jdk1.6.0_45\bin\keytool -importkeystore -srckeystore mygamename.keystore -destkeystore mygamenameB.keystore -deststoretype pkcs12 -srcstorepass storepass -deststorepass newpass -srckeypass storepass -destkeypass newpass -srcalias yourkeyalias