I've downloaded the deeplearning4j examples as descriped in the quickstart guide using git and maven. When I try to start an example with IntelliJ there comes up an Error.
I tried to add some more dependencys in my pom.xml
but dont find the right one.
On top there there are many(!) warnings about deprecated classes, followed by an Error:
Error:(7, 27) java: package com.sun.media.sound does not exist
Error:(43, 13) java: cannot find symbol symbol: class AudioSynthesizer location: class org.deeplearning4j.examples.recurrent.character.harmonies.Midi2WavRenderer
I use the JDK12, latest maven and examples.