In the context of Java development, what does the error message "implementation of jaxb-api has not been found on module path or classpath" typically indicate?
A) The Java Development Kit (JDK) is outdated and needs an upgrade.
B) The Java Architecture for XML Binding (JAXB) library is not included in the module path or classpath.
C) The application is missing a required network connection for runtime operations.
D) The Java application’s source code contains syntax errors.