Set up GECAMed :

- JBoss needs JDK 1.5 (located in a folder, with its path containing no spaces)
	-> <PROJECT FOLDER>/installer/one-click-installer/static/jdk1.5.0_15
-> Check JAVA_HOME (run.bat)
-> Check GECAMed.properties file (log file & IP)
-> Check gecamed_server.properties file (folder references) (always uses slashes ('/') as folder separator even on windows systems!)
- set Project compiler level to Java 1.5 -> don't use features specific for Java 1.6 and higher for code executed on the server
- set environment variables (JAVA_HOME of an JDK, Path needs "%JAVA_HOME%\bin")
- delete the ear, war and sar file manually and deploy all three again
