Getting error: java.lang.ClassNotFoundException: cucumber.runtime.java.CitrusObjectFactory
Clash Royale CLAN TAG#URR8PPP
Getting error: java.lang.ClassNotFoundException: cucumber.runtime.java.CitrusObjectFactory
I have cucumber.properties
file that contains following: cucumber.api.java.ObjectFactory=cucumber.runtime.java.CitrusObjectFactory
cucumber.properties
cucumber.api.java.ObjectFactory=cucumber.runtime.java.CitrusObjectFactory
But looks like it cannot find this class
. Could you please let me know, what did I miss?
class
As Praveen mentioned please provide MCVE. Most likely class not found related issues are related to build path and how references are set to external libraries. Please refer: help.eclipse.org/luna/…
– sette
Aug 10 at 20:48
1 Answer
1
Have you tried cleaning and building project ? Restart the IDE as well and check again !
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Hi Friend, I request you to check How to create a Minimal, Complete, and Verifiable example.
– Praveen
Aug 10 at 19:25