Skip to content

Commit 3d6af77

Browse files
Paul VerestPaul Verest
authored andcommitted
up java-start
1 parent cf8bc9f commit 3d6af77

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

updates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h3>prerequisites</h3>
133133
</br>
134134
{% include enide-2015-downloads.html %}</br>
135135
</br>
136-
See <a href="/projects/gradle/android/start">java-start</a>
136+
See <a href="java-start">java-start</a>
137137
and <a href="/projects/gradle/android/start">android-start</a> pages.</br>
138138
</br>
139139
That is enough for Node.js, JavaScript and Java development. You can update to the latest version

updates/java-start.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Once you got JDK, you usally need to get Maven and/or Gradle as well as Tomcat s
1515

1616
[Download Gradle](http://gradle.org/) and extract into a folder, e.g. `D:\Progs\gradle\gradle-2.5\`
1717

18-
[Download Tomcat version](http://tomcat.apache.org/whichversion.html) you need.
18+
[Download Tomcat version](http://tomcat.apache.org/whichversion.html) you need, e.g. `D:\Progs\tomcat\apache-tomcat-7.0.61\`
1919

2020
Update environment variables. Create
2121

@@ -29,3 +29,6 @@ and mofidy
2929
`Path` - put somewhere inbetween (e.g. after system tools) `bin` folders for all needed.
3030

3131
`%JAVA_HOME%\bin;%MAVEN_HOME%\bin;%GRADLE_HOME%\bin;%TOMCAT_HOME%\bin;`
32+
33+
Now you are ready for developing with Java as well as easy way to upgrade JDK, Maven, Gradle or Tomcat
34+
just by changing value of `*_HOME` environment variable.

0 commit comments

Comments
 (0)