I am trying to wrap a WebRTC based library when ever i try to compile the java classes I got this error
how can i use source 8 with SLC ?Starting step: Compiling Java code.
C:\Users\fredy\Desktop\libraries\SimpleRtc\src\com\fredy\webrtc\simplertc.java:94: error: static interface method invocations are not supported in -source 7
eglBaseContext = EglBase.create().getEglBaseContext();
^
(use -source 8 or higher to enable static interface method invocations)
1 error
javac 11.0.1
Error.