cucumber / cucumber-jvm

Cucumber for the JVM

Home Page:https://cucumber.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoClassDefFound javax/lang/model/SourceVersion

JonnyDaBullet opened this issue · comments

Best I can tell you is to start over with the cucumber-java-skeleton and then build up step by step until you can reproduce your problem in a more controlled scenario.

https://github.com/cucumber/cucumber-java-skeleton/

That said, since the class that couldn't be found is part of the JDK, it might also be worth trying a different JDK with an LTS version.