Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.3028 :

Posted: Fri Apr 24, 2020 12:53 pm
by wakedeer
I suppose you have a typo in the explanation
javac --module-source-path src --module-path thirdpartymodulesutils.jar -d out --module modules should be thirdpartymodules/utils.jar

Re: About Question enthuware.ocpjp.i.v11.2.3028 :

Posted: Sun Apr 26, 2020 1:58 am
by admin
You are right. Fixed.
thank you for your feedback!

Re: About Question enthuware.ocpjp.i.v11.2.3028 :

Posted: Sat Feb 03, 2024 7:20 am
by powerofviva
last answer should be either -m or --module
-module is incorrect.

Re: About Question enthuware.ocpjp.i.v11.2.3028 :

Posted: Sat Feb 03, 2024 9:20 am
by admin
You are right. It should be --module. But it is a wrong option anyway.

thank you for your feedback