Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Documentation says:
Usage: jdeps <options> <classes...> where <classes> can be a pathname to a .class file, a directory, a JAR file, or a fully-qualified class name. Possible options include: ... -cp <path> -classpath <path> Specify where to find class files
It is not required to repeat the elements from <classes> as part of -cp. This will reduce the total commandline.