Is there any need to switch to modules when migrating to Java 9 or later?
No. There is no need to switch to modules. There has never been a need to switch to modules. Java 9 and later releases support traditional JAR files on the traditional class path, via the concept of the unnamed module, and will likely do so until the heat death of the universe. Whether to start … Read more