From 51afbf6f84f5a990087eb9e6969530d5b8bc2e91 Mon Sep 17 00:00:00 2001 From: Daniel Kvist Date: Mon, 20 Jun 2016 23:40:55 +0200 Subject: [PATCH] Update java required version as stated in webgoat/webgoat#234 --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 02472b39c..9f51799bc 100644 --- a/README.MD +++ b/README.MD @@ -52,7 +52,7 @@ The "Easy Run" JAR file offers a no hassle approach to testing and running WebGo wish to simply try/test/run the current development version of WebGoat ### Prerequisites: -* Java VM >= 1.6 installed ( JDK 1.7 recommended) +* Java VM 1.8 ## Easy Run Instructions: @@ -82,7 +82,7 @@ Follow these instructions if you wish to run Webgoat and modify the source code ### Prerequisites: -* Java >= 1.6 ( JDK 1.7 recommended ) +* Java 1.8 * Maven > 2.0.9 * Your favorite IDE, with Maven awareness: Netbeans/IntelliJ/Eclipse with m2e installed. * Git, or Git support in your IDE