- Slides
- Lab works
-
Getting started -- iPOJO in 10 minutes
(or
local version)
- Note: The available iPOJO platform only works with Java 1.8! The machines in the Lab only have java 1.11 installed.
You need to install Java 1.8:
- Download Java 1.8 from here
jdk1.8.0_65 (local);
or from the Oracle website (requires user account)
- Configure your environment to use Java 1.8:
Set the PATH and JAVA_HOME environment variables in every command terminal that you use for running the Lab works (TPs):
- > PATH=<path-to-your-java-directory>/bin:$PATH
- > JAVA_HOME=<path-to-your-java-directory>
- Check that you are using the "right" java version:
> java -version
- Note: There is no need to install Ant on the lab workstations.
Ant should already be installed: to test this, type "ant" in a command console -- if you get a "command not foun" error, then ant may not be installed.
- Additional exercises
Advanced lab works (or local version)