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
Hi there. I'm trying to use mailgun-java in existing project that uses Java 21. Project compiles fine, Intellij detects the package but when executing the code I get the java.lang.NoClassDefFoundError: com/mailgun/client/MailgunClient error that is thrown when configuring client.
Hi there. I'm trying to use mailgun-java in existing project that uses Java 21. Project compiles fine, Intellij detects the package but when executing the code I get the
java.lang.NoClassDefFoundError: com/mailgun/client/MailgunClient
error that is thrown when configuring client.pom.xml
I'm a bit puzzled by this error, considering package seems to be properly included and I can see it in a fat jar.
The text was updated successfully, but these errors were encountered: