Given: jdeps -jdkinternals C:\workspace4\SimpleSecurity\jar\classes.jar Which describes the expected output?
A.
jdeps lists the module dependencies and the package names of all referenced JDK internal APIs. If any are found, the suggested replacements are output in the console.
B.
jdeps outputs an error message that the -jdkinternals option requires either the -summary or the -verbose options to output to the console.
C.
The -jdkinternals option analyzes all classes in the .jar and prints all class-level dependencies.
D.
The -jdkinternals option analyzes all classes in the .jar for class-level dependencies on JDK internal APIs. If any are found, the results with suggested replacements are output in the console.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
PontPont
2 months, 2 weeks ago