Cucumber execute java -


mac os , maven project

in code

process process = runtime.getruntime().exec(     "cucumber /users/jinsoohan/documents/projects/jira-rest-api/features/"); 

throws exception

exception in thread "main" java.io.ioexception:  cannot run program "cucumber": error=2, no such file or directory 

i don't know how solve problem.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -