Snap-engine does not compile

Hello,

Recently got a new machine with ubuntu 18.04 on it and cloned snap-engine repository. After building it with mvn clean install -DskipTests -X I got the following error.

Am I doing something wrong or is there a bug in the software?

Erik

“reference to Module is ambiguous” means you have Java 9 or newer. See Java 9 Release Notes: Issues. You should use Oracle Java 8.

You are correct. I switched to java 8 and it compiled successfully. Thank you :slight_smile: