java \
-cp $(readlink -f ./src/java/target/client-*-jar-with-dependencies.jar):/usr/lib/jvm/java-8-openjdk/lib/tools.jar \
jcoz.service.JCozService
Error: Could not find or load main class jcoz.service.JCozService
make: *** [Makefile:112: run-rmi-host] Error 1
Steps to reproduce -
make clean && make allin the repository root dir.make run-rmi-hostError -
How to fix it?