learning-spring-boot-2nd-edition-code icon indicating copy to clipboard operation
learning-spring-boot-2nd-edition-code copied to clipboard

Java 9 : Chapter 7: Comments & Images

Open pbaletkeman opened this issue 7 years ago • 0 comments

If you are using JDK 9.0.x and are working with both the Comments and the Images packages in chapter 7 you will need to add the following Java Environment variable /env --add-modules java.sql This is due to Java 9 "Project Jigsaw". Otherwise you will get a exceptions and Images and Comments will not run.

pbaletkeman avatar Jan 22 '18 16:01 pbaletkeman