Trying to launch the .jar file and it won't run. Others work, disabled the protection in the file properties, updated to latest JRE version, but nothing happens when I try running it. Also tried as administrator. This is on Win10 Pro x64.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Discovered that the JCE provider jar (BouncyCastle) doesn't work with OpenJDK version 11 - gets a NoClassDefFound error. If you get this, try an earlier version of Java. Works OK with version 8, don't know about the intermediate versions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Trying to launch the .jar file and it won't run. Others work, disabled the protection in the file properties, updated to latest JRE version, but nothing happens when I try running it. Also tried as administrator. This is on Win10 Pro x64.
Sorry, don't have Win10 Pro x64 to test on. Fine on previous Win so I've no idea why it doesn't work. Unfortunately I'm a Linux user.
Discovered that the JCE provider jar (BouncyCastle) doesn't work with OpenJDK version 11 - gets a NoClassDefFound error. If you get this, try an earlier version of Java. Works OK with version 8, don't know about the intermediate versions.
For Windows use the following command: "java -jar aestextcrypt.jar".