Skip to content
Sebi1006 edited this page Jun 25, 2021 · 7 revisions

Ubuntu 18.10+

To start the Zeta dev environment Java 11 is necessary. In case of Ubuntu 18.10+ you have to add the Ubuntu Bionic repository first:

sudo apt-add-repository "deb http://de.archive.ubuntu.com/ubuntu/ bionic universe"

IntelliJ sbt project "api" import

Check that the "project" module is the source root. In some cases IntelliJ defines the server module to it. In this case it can help to delete all "target" folders in the api project, to detach the sbt project in "sbt view" and to import the sbt project again (sometimes it can help to restart IntelliJ first and to follow the suggestion for importing).