jdeprscan throws cannot find class error
问题 I'm trying jdeprscan on my CentOS system. Here are the commands that I'm executing: export classpath=<PATH/*>:<ANOTHER/PATH/*>:<SOME/OTHER/PATH/*> jdeprscan --for-removal --verbose --class-path $classpath --release 9 <ANOTHER/PATH>/MyProject.jar In spite of providing the classpath, I'm getting multiple errors of this sort Processing class <some/class/in/MyProject.jar>... error: cannot find class <some/class/in/a/different/jar> error: cannot resolve Methodref <some/class/in/a/different/jar>.