matsim-org / GTFS2MATSim

A GTFS to MATSim converter, maintained by the Berlin team.
http://matsim.org/extension/gtfs2matsim
Other
12 stars 20 forks source link

Java compilation error #24

Closed vsgo222 closed 3 years ago

vsgo222 commented 3 years ago

Can this package be built/run using a lower version of JRE? I am using JDK 1.8 and when try to compile it, it throws me an error. java: warning: source release 11 requires target release 11

jfbischoff commented 3 years ago

Since it contains java 11 code, the answer is no. You could probably checkout and earlier version and compile it with java 8.