Skip to content

Commit

Permalink
Update doc with reference to AES256 pack
Browse files Browse the repository at this point in the history
  • Loading branch information
dspavlov committed Oct 30, 2018
1 parent 9d3d34f commit 9e4a9f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,13 @@ Build can be done using following commands
- gradle clean
- gradle build

It is recommended to use Java 8 for development.

It may be required to install
[Java Cryptography Extension JCE Unlimited Strength Jurisdiction Policy Files 8 Download](https://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
because the Bot uses strong AES cryptography, but default java distribution may limit AES256 usage.


Resulting distribution can be found in projectRoot\jetty-launcher\build\distributions.
Distribution will contain start script in \bin folder.

0 comments on commit 9e4a9f5

Please sign in to comment.