After installing Oracle Java 9 on an Ubuntu machine, the following error happened when running "mvn clean install":
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project apprtc-test: Compilation failure: Compilation failure:
[ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[23,23] package junit.framework does not exist
[ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[25,44] cannot find symbol
[ERROR] symbol: class TestCase
[ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[33,5] cannot find symbol
[ERROR] symbol: variable super
[ERROR] location: class org.webrtc.kite.IceConnectionTestTest
Missing dependency or required preinstall?
(junit is installed)
After installing Oracle Java 9 on an Ubuntu machine, the following error happened when running "mvn clean install":
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project apprtc-test: Compilation failure: Compilation failure: [ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[23,23] package junit.framework does not exist [ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[25,44] cannot find symbol [ERROR] symbol: class TestCase [ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[33,5] cannot find symbol [ERROR] symbol: variable super [ERROR] location: class org.webrtc.kite.IceConnectionTestTest
Missing dependency or required preinstall? (junit is installed)