Skip to content

Commit 15b80da

Browse files
committed
Document minimum supported JDK version to JDK8
Add a blurb about which JDK version is needed to use the library.
1 parent ee5fb8a commit 15b80da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ For more advanced use cases where tighter control over the encryption and signin
1111

1212
## Getting Started
1313

14+
### Required Prerequisites
15+
To use this SDK you must have:
16+
17+
* **A Java 8 development environment**
18+
19+
If you do not have one, go to [Java SE Downloads](https://www.oracle.com/technetwork/java/javase/downloads/index.html) on the Oracle website, then download and install the Java SE Development Kit (JDK). Java 8 or higher is recommended.
20+
21+
**Note:** If you use the Oracle JDK, you must also download and install the [Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html).
22+
23+
### Get Started
24+
1425
Suppose you have created ([sample code][createtable]) a DynamoDB table "MyStore", and want to store some Book objects. The security requirement involves classifying the attributes Title and Authors as sensitive information. This is how the Book class may look like:
1526

1627
```java

0 commit comments

Comments
 (0)