Appium Maven: java.lang.RuntimeException: java.lang.NoSuchMethodException: jdk.proxy2.$Proxy10.proxyClassLookup()

Im really stuggling with this error, Ive literally tried everything i can think of

Help would be greatly appreciated

1 Like

The issue was my JAVA_HOME env path for iterm was still using jdk16

1 Like

Hi, I have same issues.

How did you fix it?

changed Java env path from 16 to which?

E.g. to 11 which now becoming same popular as was 8

1 Like

Thank you guys, I solved this issue.

I just downgraded to openjdk15, and it works now.

You can check the current issue status right here https://github.com/appium/java-client/issues/1575

So there is no way we can migrate to JDK 17?

Anybody got workaround for this issue?