Trace: • Compiling JVx
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:common:setup:compile [2018/02/02 10:54] admin |
jvx:common:setup:compile [2020/06/19 11:48] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 2: | Line 2: | ||
~~Title: Compiling JVx~~ | ~~Title: Compiling JVx~~ | ||
- | The source code is available at [[https://sourceforge.net/p/jvx/code/HEAD/tree/|sourceforge]]. Simply use svn and check out the repository, e.g. | + | The source code is available at [[https://sourceforge.net/p/jvx/code/HEAD/tree/|sourceforge]]. Simply use svn and check out the repository, e.g.: |
<file script> | <file script> | ||
Line 10: | Line 10: | ||
//The path: trunk/java/library is enough. It's not necessary to checkout the whole trunk.// | //The path: trunk/java/library is enough. It's not necessary to checkout the whole trunk.// | ||
- | The directory contains a fully configured [[http://www.eclipse.org/downloads/eclipse-packages/|Eclipse]] project. Simply open the JVx project in Eclipse and everything should be fine. | + | The directory contains a fully configured [[http://www.eclipse.org/downloads/eclipse-packages/|Eclipse]] project. Simply open the JVx project in Eclipse, and everything should be fine. |
It's also possible to use another IDE. All dependencies are included in the **lib** directory, so you shouldn't have any problems. The project has multiple source folders: **src**, **test**, **test.manual**, **intern**. | It's also possible to use another IDE. All dependencies are included in the **lib** directory, so you shouldn't have any problems. The project has multiple source folders: **src**, **test**, **test.manual**, **intern**. |