| Version 11 (modified by adrian.wyssmann, 2 months ago) |
|---|
JSystem environment from scratch
Overview
This page describes how to build a development environment for JSystem
Pre-requisite
- Java 6.X
- Eclipse 3.3 with SVN plug-in.
- Operating system: windows (xp/vista), linux(ubuntu, debian)
Eclipse Settings
Ensure that the eclipse settings are correct (especially if you have also other Java versions installed):
- Open the preferences window via the menu [Window > Preferences]
- [Java > Installed JREs]: Ensure that jdk1.6.0 or jre6 is selected
- [Java > Compiler]: Ensure that "Compiler compliance level" is set to 1.6. Otherwise you will get a lot of ‘Must Override a Superclass Method’ errors
Steps
- Download & install JSystem (http://www.jsystemtest.org/sites/default/files/downloads/jsystemInstall.exe)
- Open a new workspace in eclipse
- Import runner to the new workspace
- Check-out from svn the projects that you would like to work on
(svn url: http://svn.jsystemtest.org/svn/jsystem)
Relevant projects:
- jsystemFramework/trunk/jsystem/jsystemCore
- jsystemFramework/trunk/jsystem/jsystemCommon
- jsystemFramework/trunk/jsystem/jsystemAgent
- jsystemFramework/trunk/jsystem/jsystemApp
- jsystemFramework/trunk/jsystem/jsystemAnt
- Run build.xml to verify that project compiles as expected.
- Enjoy
Note
Don't check the entire jsystem source tree, just the relevant projects!!
