Skip to content

Commit cf8bc9f

Browse files
Paul VerestPaul Verest
authored andcommitted
java-start and android-start
1 parent c343e29 commit cf8bc9f

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

updates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ <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>
137+
and <a href="/projects/gradle/android/start">android-start</a> pages.</br>
138+
</br>
136139
That is enough for Node.js, JavaScript and Java development. You can update to the latest version
137140
and install even more from Nodeclipse Updates repository, see "b) update site".</br>
138141
</br>

updates/java-start.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: nil
3+
title: Nodeclipse -- Java Start
4+
---
5+
6+
<p></p>
7+
8+
{% include navigation-links.html %}
9+
10+
# Java Start
11+
12+
Once you got JDK, you usally need to get Maven and/or Gradle as well as Tomcat server.
13+
14+
[Download Maven](http://maven.apache.org/download.cgi) and extract into a folder, e.g. `D:\Progs\maven\apache-maven-3.3.3\`
15+
16+
[Download Gradle](http://gradle.org/) and extract into a folder, e.g. `D:\Progs\gradle\gradle-2.5\`
17+
18+
[Download Tomcat version](http://tomcat.apache.org/whichversion.html) you need.
19+
20+
Update environment variables. Create
21+
22+
- `JAVA_HOME`
23+
- `MAVEN_HOME`
24+
- `GRADLE_HOME`
25+
- `TOMCAT_HOME`
26+
27+
and mofidy
28+
29+
`Path` - put somewhere inbetween (e.g. after system tools) `bin` folders for all needed.
30+
31+
`%JAVA_HOME%\bin;%MAVEN_HOME%\bin;%GRADLE_HOME%\bin;%TOMCAT_HOME%\bin;`

0 commit comments

Comments
 (0)