selenium运行server的4.27jar,报错

问题

运行selenium-server-4.27.0.jar,报错

报错信息

Exception in thread “main” java.lang.UnsupportedClassVersionError: org/openqa/selenium/grid/Bootstrap has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

环境

$ java -version
java version “1.8.0_431”
Java™ SE Runtime Environment (build 1.8.0_431-b10)
Java HotSpot™ 64-Bit Server VM (build 25.431-b10, mixed mode)

需要升级到java11