You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2020. It is now read-only.
i can't get the EchoDemo running.
If i run sudo java com.nqysit.whatsapp.EchoDemo, I get the following:
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/gson/JsonParser at com.nqysit.whatsapp.Client.parseMessages(Client.java:128) at com.nqysit.whatsapp.Client.ListenIncomingMessages(Client.java:58) at com.nqysit.whatsapp.EchoDemo.main(EchoDemo.java:28) Caused by: java.lang.ClassNotFoundException: com.google.gson.JsonParser at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 3 more
Does anybody got an idea?