We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant@vagrant-ubuntu-trusty-64:~$ java -jar selenium-server-standalone.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openqa/grid/selenium/GridLauncherV3 : Unsupported major.minor version 52.0
The text was updated successfully, but these errors were encountered:
I managed to fix this by replacing the base box in the vagranfile:
config.vm.box = "ubuntu/trusty64" config.vm.box_url = 'https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/14.04/providers/virtualbox.box'
becomes:
config.vm.box = "bento/ubuntu-16.04"
Sorry, something went wrong.
No branches or pull requests
vagrant@vagrant-ubuntu-trusty-64:~$ java -jar selenium-server-standalone.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openqa/grid/selenium/GridLauncherV3 : Unsupported major.minor version 52.0
The text was updated successfully, but these errors were encountered: