This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
EchoDemo does not working #3
Comments
I have the same issue. :( |
lost a gson jar, but i add the jar, it still not work. |
Someone has solved this issue???? |
Don't forget to launch:
in Whatsapp directory. |
I am also not able to run but its due to exception "Stream Closed" in method pipe of class Client:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hey everyone,
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?
The text was updated successfully, but these errors were encountered: