B. jdeps -classpath lib/file1.jar:lib/file2.jar:lib/file3.jar application.jar
F. jdeps --cp lib/file1.jar:lib/file2.jar:lib/file3.jar application.jar
G. jdeps --class-path lib/file1.jar:lib/file2.jar:lib/file3.jar application.jar
These options utilize the -classpath, --cp, or --class-path options to specify the classpath, which includes nonmodular JAR files. Note that options like --module-path or --upgrade-module-path are used for modular JAR files or modules, and the jdeps command without these options will use the default classpath behavior.
answer : ABF
A RIGHT
jdeps [options] path ...
path
A pathname to the .class file, directory, or JAR file to analyze.
B RIGHT
-cp path, -classpath path, or --class-path path
Specifies where to find class files.
looks like jar files also possible to include
C not right this about module
--upgrade-module-path modulepath..
A semicolon (;) separated list of directories in which each directory is a directory of modules that replace upgradeable modules in the runtime image
D not right this is not about include dependent
E FAILED about modules
F same as B
G same as B but there is a syntax error (--cp -> -cp)
B. jdeps -classpath lib/file1.jar:lib/file2.jar:lib/file3.jar application.jar
C. jdeps --upgrade-module-path lib/file1.jar:lib/file2.jar:lib/file3.jar application.jar
E. jdeps --module-path lib/file1.jar:lib/file2.jar:lib/file3.jar application.jar
The -classpath or --class-path option can be used to specify where to find class files 1. The --module-path option can be used to specify the module path 1.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.
06d854e
5 months, 1 week agoASPushkin
10 months, 3 weeks agoASPushkin
10 months, 3 weeks agod7bb0b2
1 year, 1 month agojshimura
1 year, 6 months agoStavok
1 year, 6 months ago