Skip to content
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: dev/failsafe/Policy in java modul #386

Open
joerg1985 opened this issue Nov 14, 2024 · 1 comment
Open

Comments

@joerg1985
Copy link

joerg1985 commented Nov 14, 2024

When using failsafe in a java modul there are reports of java.lang.NoClassDefFoundError: dev/failsafe/Policy errors.
(e.g. SeleniumHQ/selenium#14567)

Please help to analyze this, are you using failsafe with the java module system?

@joerg1985
Copy link
Author

joerg1985 commented Nov 14, 2024

One potential issue the Automatic-Module-Name: dev.failsafe in failsafe-3.3.2.jar does not match the actual module name dev.failsafe.core. And the failsafe-okhttp-3.3.2.jar has the same Automatic-Module-Name: dev.failsafe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant