Skip to content

Commit 3ffceca

Browse files
committed
Updated Eclipse setup instructions for JDK 8.
1 parent 725960f commit 3ffceca

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

org.modeldriven.fuml/Eclipse-Setup-Instructions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
1.) Download and install Java 1.6.x JDK and set your JAVA_HOME
2-
environment variable to the JDK root diretory.
1+
1.) Download and install Java 8 JDK and set your JAVA_HOME
2+
environment variable to the JDK root directory.
33

4-
See http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-6u3-jdk-6u29-downloads-523388.html
4+
See http://www.oracle.com/technetwork/java/javase/downloads/index.html
55

66
2.) Download and install Maven 2.2.1 (not 3)
77

org.modeldriven.fuml/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ associated files [Common-Public-License-1.0.txt](https://github.com/ModelDriven/
3434

3535
The implementation build requires the following to be installed:
3636

37-
* Oracle Java Version 6 or above - see http://java.oracle.com/
37+
* Oracle Java Version 8 or above - see http://java.oracle.com/
3838
* Apache Maven Version 2.2 or above - see http://maven.apache.org/
3939

4040
To build from the command line:
@@ -52,7 +52,7 @@ be displayed. Generated and compiled code can be found under the 'target'
5252
directory.
5353

5454
To build using Eclipse:
55-
The implementation build requires Eclipse Kepler or above with the M2E plugin and dependencies:
55+
The implementation build requires Eclipse Mars or above with the M2E plugin and dependencies:
5656

5757
1. Start Eclipse
5858

0 commit comments

Comments
 (0)