How To Get » History » Version 2
Prokopis Prokopidis, 2012-10-24 11:23 AM
1 | 1 | Prokopis Prokopidis | h1. How to get ILSP-FC |
---|---|---|---|
2 | 1 | Prokopis Prokopidis | |
3 | 1 | Prokopis Prokopidis | Depending on your requirements and your system setup, there are several ways to get ILSP-FC. |
4 | 1 | Prokopis Prokopidis | |
5 | 1 | Prokopis Prokopidis | h2. Get ILSP-FC to use in your Java project |
6 | 1 | Prokopis Prokopidis | |
7 | 1 | Prokopis Prokopidis | Using ILSP-FC in your own Java project can be achieved in two ways. |
8 | 1 | Prokopis Prokopidis | |
9 | 1 | Prokopis Prokopidis | If you use Maven as a build tool, the preferred way to integrate ILSP-FC in you project is using the Maven dependencies. You don't have to download anything manually. See the [[DeveloperSetup|Developer Setup]] page for further information. |
10 | 1 | Prokopis Prokopidis | |
11 | 1 | Prokopis Prokopidis | If you cannot or 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 favorite IDE. |
12 | 1 | Prokopis Prokopidis | |
13 | 1 | Prokopis Prokopidis | h2. Get ILSP-FC to use from the command line |
14 | 1 | Prokopis Prokopidis | |
15 | 2 | Prokopis Prokopidis | 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 [[GetStarted|Get Started]] page for usage information and examples. |