:: Enseignements :: ESIPE :: IMAC2 :: IMAC2 2020-2021 :: Object oriented programming in Java ::
[LOGO]

Object oriented programming in Java


Responsable

Etienne Duris -- www -- @

Chargés de TD

Sylvain Cherrier -- www -- @
Etienne Duris -- www -- @



Important : latest (official) versions of the exercises are the english ones! French ones are only provided for convenience but are not updated with recent modifications...

Install Java and Eclipse on your machine

JDK 15 is available:
https://jdk.java.net/15/
(with Ubuntu, sudo apt-get install openjdk-15-jdk will install JDK in the directory /usr/lib/jvm/openjdk-15-jdk).

Eclipse 4.18 (compatible with Java 15) available on Eclipse's site.
https://download.eclipse.org/eclipse/downloads/drops4/R-4.18-202012021800/

A (low cost, uncomfortable) alternative could be a remote access to a university's VM:
ssh [-X] login_etudiant@linuxpedago.u-pem.fr
and then start eclipse-light...

Références