How To Get » History » Version 3
« Previous -
Version 3/16
(diff) -
Next » -
Current version
Prokopis Prokopidis, 2012-10-24 12:23 PM
h1. How to get ILSP-FC
Depending on your requirements and your system setup, there are several ways to get ILSP-FC.
h2. Get ILSP-FC to use from the command line
If you want to run ILSP-FC directly from the command line, you can download the latest runnable jar-with-dependencies jar file provided in the "Files":/redmine/projects/ilsp-fc/files section of this site. See the Get Started page for usage information and examples.
h2. Get ILSP-FC to use in your Java project
Using ILSP-FC in your own Java project can be achieved in two ways.
The suggested way to integrate ILSP-FC in your project is by using Maven. See the Developer Setup page for further information.
If you do not want to use Maven, you can use the source-with-dependencies zip file provided in the "Files":/redmine/projects/ilsp-fc/files section of this site. It contains the source for ILSP-FC and all third party libraries. You can add these jars to your Java build path in your favourite IDE.