Skip to content

Commit 87ca392

Browse files
updating README and updating buildAndRunWindows.bat to reflect changes in README
1 parent 70b945f commit 87ca392

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ Suppose extracted directory is C:\Program Files\maven\apache-maven-2.2.1.
8888

8989
C:\Program Files\jdk-8-fcs-bin-b129-windows-i586-07_feb_2014
9090

91-
* Choose tools.zip, right click, choose 7-Zip, and "Extract Here".
91+
* Then within extracted directory, choose tools.zip, right click, choose 7-Zip, and "Extract Here".
9292

93-
Then create a file run.bat with the contents at the top level of the jdk directory :
93+
Then create a file run.bat with the following contents at the top level of the jdk directory :
9494

9595
@echo off
9696

buildAndRunWindows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
set "JAVA_HOME=C:\Program Files\lambda-8-b99-windows-i586-14_jul_2013\jdk1.8.0"
3+
set "JAVA_HOME=C:\Program Files\jdk-8-fcs-bin-b129-windows-i586-07_feb_2014"
44
set "MAVEN_HOME=C:\Program Files\maven\apache-maven-2.2.1"
55

66
IF NOT EXIST "%JAVA_HOME%" (

0 commit comments

Comments
 (0)