-
Notifications
You must be signed in to change notification settings - Fork 2
Installation: Source Code
omar edited this page Apr 27, 2016
·
6 revisions
AML2RDF is a java based tool. It can be launched using desktop both in Windows and Linux.
Topics:
AML2RDF is written in Java and will run on Mac, Linux and Windows. To install AML2RDf you need:
-
Java 1.7
- Download from http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Make sure JAVA_HOME environment variable is pointing to JDK 1.7
-
Maven 3.0
- Make sure that M2_HOME and M2 environment variables are set as described in Maven Installation Instructions: http://maven.apache.org/download.cgi
-
An internet connection so that Maven can download the needed libraries
-
Eclipse
- Download from https://eclipse.org/downloads/
You can also clone or fork the repository at: https://github.com/i40-Tools/AML2RDF or download the executable binary: Binary
Things you need to compile AML2RDF
- Clone the Github repository.
- Open Eclipse and import Project.
AML2RDF can be launched from desktop if you are using binary for windows.
To run AML2RDF from Eclipse:
- Import project
- Run project as Java.