webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
468 stars 126 forks source link

error running jitsiTutorial #76

Closed M0l1n3ta closed 4 years ago

M0l1n3ta commented 4 years ago

when I try to run jitsiTutorial I've recived this message error

image

Any idea to solve it???

I've compiled with maven and jdk 11

image

Best regards Emilio

emmanuelandre commented 4 years ago

Hi Emilio,

KITE requires JDK 8 and is not compatible with JDK 11. You can download JDK 8 at: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Best regards Emmanuel

jpradas commented 4 years ago

Hi,

I'm having the same issue as Emilio trying to run it in JDK 8.

image

I followed the guide, compiled and tried to run an example like KITE-AppRTC-Test and it went well, but now I can't to use kite_init like Emilio to make an example on my own.

Regards, Josué

emmanuelandre commented 4 years ago

Indeed. I should have know from the error. The issue was with the init.zip file which was compile for java 8 with the old flag. I fixed that. Could you please pull KITE again? you shouldn't need to recompile to use the kite_init script.

jpradas commented 4 years ago

Sure it fixed it! I've just pulled and everything's ok. Thank you so much.

Regards, Josué

Piasy commented 4 years ago

Hi CoSMo guys, where could I find the source code of init.zip? It's a little bit outdated, the generated code won't compile.