Page 1 of 1

About Question enthuware.ocpjp.v17.2.3029 :

Posted: Mon Jan 13, 2025 12:09 pm
by szylica
is --module-source-path is an objective on exam?
I'm learning from this book:
https://www.amazon.com/Oracle-Certified ... 1119864585
and there is nothing about this command in this book

Re: About Question enthuware.ocpjp.v17.2.3029 :

Posted: Mon Jan 13, 2025 11:25 pm
by admin
Module compilation and execution are on the exam. --module-source-path is not a command but a command line option used while compiling module. It is on the exam.

Re: About Question enthuware.ocpjp.v17.2.3029 :

Posted: Tue Jan 14, 2025 6:49 am
by szylica
can you give me link to documentation or source where i can learn it?
i can't find any good source about this topic.
Thanks

Re: About Question enthuware.ocpjp.v17.2.3029 :

Posted: Tue Jan 14, 2025 11:48 pm
by admin
You can go through this: https://docs.oracle.com/en/java/javase/ ... javac.html
or go through the modules chapter of this book https://amzn.to/3JHjZQv It explains this in detail.