Forum Discussion

vikram_u_k's avatar
vikram_u_k
Contributor
8 years ago
Solved

BDD Cucumber Dependencies

Hi Support,   With the Example Project zip file for BDD at SmartBear Cucumber Zip i have been getting this error.   Exception in thread "main" java.lang.NoClassDefFoundError: gherkin/util/FixJa...
  • vikram_u_k's avatar
    8 years ago

    Hi Support,

       Solved the Issue as it was related to Maven Connectivity.

     

    There was one difference in the documentation about the package information.

    In the Tutorial:

    import com.smartbear.cucumber.TestComplete;

    Maps into the TestComplete.jar import com.smartbear.cucumber and not as com.smartbear.testcomplete.cucumber;