I'm writing a library and in library I'm using selenium.
When I test the code I get the following error:
Unsupported major.minor version 52.0 (unable to load class
org.openqa.selenium.WebDriver)
Development System:
openjdk version "1.8.0_131"
OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11)
OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)
Test System where I get error:
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
It looks like both system has Java 1.8, so why is there incompatible error in my test ?