I recently made a format to the computer. I installed the JDK for blackberry and configured the signing tools.
When I double click on a .cod file, it tells me to choose the program to open with. What program to choose to open .cod file to make the sign directly?
Please help with this I tried all the java files and didn’t succeed
I used the following steps.
Created a bat file in
JDE/binfolder with the command inside:java -jar SignatureTool.jar %1
Opened a .cod file properties and clicked on “Change” button in “Opens with…”
Selected this .bat file (created on step 1).
It works. Just make sure, that you create .bat file in the folder where SignatureTool.jar is located.