~/ learn/ java-from-zero/ cards/ The Module System (JPMS)
1 of 15

Type a minimal module-info.java declaration

Type a minimal module-info.java declaration

Answer

module com.acme.app { requires java.sql; }

module-info.java lives at the source root. The module name by convention mirrors a top-level package. requires java.sql makes the JDBC API available to this module.

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/e17f6566-5fd0-4dc0-a6b0-8b23459362fb/flashcard utf-8 LF