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
Hey @WasiqB , I have setup the code and tried to execute a simple test and faced the given below error.
bad class file: /C:/Users/vijay/.m2/repository/com/github/wasiqb/coteafs/appium/4.2.0/appium-4.2.0.jar!/com/github/wasiqb/coteafs/appium/android/AndroidDevice.class
class file has wrong version 59.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
Do you have any idea why we are getting this issue ?
The text was updated successfully, but these errors were encountered:
Hi @vmaramreddy1 , I guess you are using JDK 8 on your machine, this framework is built using JDK 15, so you must also install and use JDK 15 on your machine.
Write your query here
Hey @WasiqB , I have setup the code and tried to execute a simple test and faced the given below error.
bad class file: /C:/Users/vijay/.m2/repository/com/github/wasiqb/coteafs/appium/4.2.0/appium-4.2.0.jar!/com/github/wasiqb/coteafs/appium/android/AndroidDevice.class
class file has wrong version 59.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
Do you have any idea why we are getting this issue ?
The text was updated successfully, but these errors were encountered: