Skip to content

Commit d3a96f2

Browse files
committed
updated README.md with warning for OSX users
1 parent baf34dc commit d3a96f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Class diagram
99

1010
Usage
1111
-----
12-
The processor can be run using Maven, so make sure you have installed it first: http://maven.apache.org/download.cgi
12+
The processor can be run using Maven, so make sure you have installed it first: http://maven.apache.org/download.cgi and java 1.7
1313
You can run a mapping process by executing the following command.
1414

1515
mvn exec:java -Dexec.args="<mapping_file> <output_file> [-sp source.properties] [-g <graph>]"
@@ -36,6 +36,8 @@ and the source.properties file should contain
3636

3737
/example1/example1=/path/to/the/source/file/example1.xml
3838

39+
On OSX, it might be needed to export JAVA_HOME=$(/usr/libexec/java_home)
40+
3941
More Information
4042
----------------
4143

0 commit comments

Comments
 (0)