Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Here's what you need to get going with the Splunk SDK for Java.
If you haven't already installed Splunk, download it
[here](http://www.splunk.com/download). For more about installing and running
Splunk and system requirements, see
[Installing & Running Splunk](http://dev.splunk.com/view/SP-CAAADRV).
[Installing & Running Splunk](http://dev.splunk.com/view/SP-CAAADRV). The Splunk SDK for Java has been tested with Splunk Enterprise 6.6 and 7.0.

#### Splunk SDK for Java

Expand All @@ -51,8 +51,7 @@ If you want to contribute to the SDK, clone the repository from [GitHub](https:/

#### Java and Ant

You'll need Java SE version 6 or higher, which you can download from the
[Oracle web site](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
You'll need Java version 7 or higher, from [OpenJDK](https://openjdk.java.net) or [Oracle](https://www.oracle.com/technetwork/java). The Splunk SDK for Java has been tested with OpenJDK v7 and v8, and Oracle JDK v7 and v8.

You'll also need Ant, which you can install from the
[Apache website](http://ant.apache.org/bindownload.cgi).
Expand Down