Skip to content

Commit

Permalink
Merge pull request oktadev#353 from vijaykramesh/update_java_version_…
Browse files Browse the repository at this point in the history
…in_docs

update doc for java 11 requirement
  • Loading branch information
jeremyplichtafc committed Jan 15, 2020
2 parents 626e317 + d699b2d commit 3b9c3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The proxy URI _must_ be of the form `http:https://host:port/`. Both the host and port
The application was built and compiled with [JetBrains' IntelliJ IDEA](https://www.jetbrains.com/idea/). Note that you don't have to compile the application in order to be able to execute it, since the compiled executable (a JAR file) is available [on GitHub](https://github.com/oktadeveloper/okta-aws-cli-assume-role/releases).

### Prerequisites
First of all, it goes without saying that you will need to install the [Java SE 8x](http:https://www.oracle.com/technetwork/java/javase/downloads/index.html) or the [Java JDK 8x](http:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
First of all, it goes without saying that you will need to install the [Java SE 11x](http:https://www.oracle.com/technetwork/java/javase/downloads/index.html) or the [Java JDK 11x](https:https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html).

Then you will need [Maven 2 or later](https://maven.apache.org/install.html) to run the build.

Expand Down

0 comments on commit 3b9c3aa

Please sign in to comment.