88% of respondents use online communities as their primary learning method. See what else they had to say about the state of dev today.
Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.
Stats
Reputation: | 556 |
Pageviews: | 131.4K |
Articles: | 13 |
Comments: | 3 |
Comments
Jun 28, 2021 · Jeroen Reijn
I don't have one on github available right now. Only in a project for which the code I can't really share.
Nov 17, 2018 · Jeroen Reijn
Have you checked that the libraries within your classpath exist and did you surround them with quotes? Perhaps you can paste your command here?
Dec 15, 2017 · Jeroen Reijn
Your step definition classes need to be on the classpath. It requires the compiled classes and you only need to specify the java package in which they reside within the --glue parameter. What does your command line look like and did you point to the correct package?