Skip to content
New issue

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

Exception in thread "main" java.lang.UnsupportedClassVersionError #9

Open
rafaelqueiroz opened this issue Jan 26, 2017 · 1 comment

Comments

@rafaelqueiroz
Copy link

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

@shooftie
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants