What is the latest JAVA version that appium support?

Hello,
What is the latest JAVA version that appium support right now?
Thanks

Problem mostly not in Appium but code you using. For example latest java 17 has issues with page object element init.

1 Like

So in which version there is no such problem for example? (in which version the support is working fine)Thanks

I am with Java 11 as example.

Me too, so it is interest to know what is the latest that works correct if there is from someone that uses latest

Works with JDK 15 for me. Failed with JDK 17 and JDK 19

Which Appium
version?

Currently I have my Appium framework working with JDK 17, but I was wondering if we would have any benefits in updating to JDK21.
Can appium support JDK 21? or is too early?