-
-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoClassDefFoundError: javax/websocket/DeploymentException in 6.0.0 #911
Comments
Can you please properly describe the problem? In case you try to setup web socket-based logcat listener then it is necessary to include the following libs into your POM:
|
i just update appium java client from 6.0.0 beta4 to 6.0.0, and selenium 3.11 to 3.12, then the problem shows. after i change back, it works for me...... |
we cannot help much without the detailed problem description |
same problem like this: |
#912 should improve the flow |
I also think that java9 might have something to do with that... |
any way can fix this now? degrade? |
yep one way is to downgrade to java8 you could also try to include the necessary JSR libs to you build config yourself, but I cannot help much here. |
ok thanks, by the way, will this be fixed in next version? |
and actually, i am using java8, just project is not using pom |
I have the same problem (using Java8). |
java.lang.NoClassDefFoundError: javax/websocket/DeploymentException
at io.appium.java_client.android.ListensToLogcatMessages.(ListensToLogcatMessages.java:34)
WHY?
The text was updated successfully, but these errors were encountered: