Apress / pivotal-certified-pro-spring-dev-exam-02

Source Code for 'Pivotal Certified Professional Core Spring 5 Developer Exam' by Iuliana Cosmina
Other
168 stars 239 forks source link

Unable to run unit test #8

Closed pascalito007 closed 4 years ago

pascalito007 commented 4 years ago

Hi, I have issue running unit test. How to fixe this please ? Please take a look at screenshot. I test it using java 8 and java 13 but having same issue.

Capture d’écran 2020-03-21 à 10 40 01
iuliana commented 4 years ago

Hello,

The the --module-path is the analogous of --classpath for modules. Is only used in JDK 9+. Check your system settings. It appears the default JDK is not JDK 13.

Cheers, Iuliana