[HD Pg 0, Sec. 16.2.1 - compiling-individual-module-source-files]
Posted: Mon Apr 13, 2020 11:12 pm
A couple of typos here .. i believe the command should read as follows : -
javac -d out\simpleinterest src\simpleinterest\module-info.java src\simpleinterest\simpleinterest\SimpleInterestCalculator.java
I am running this command on WLS Ubuntu, so command looks like this
javac -d out/simpleinterest src/simpleinterest/module-info.java src/simpleinterest/simpleinterest/SimpleInterestCalculator.java

javac -d out\simpleinterest src\simpleinterest\module-info.java src\simpleinterest\simpleinterest\SimpleInterestCalculator.java
I am running this command on WLS Ubuntu, so command looks like this
javac -d out/simpleinterest src/simpleinterest/module-info.java src/simpleinterest/simpleinterest/SimpleInterestCalculator.java
