- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 100字
- 2025-04-04 17:08:34
Accessing internal JARs
Java 9 does not permit access to internal JARs such as lib/ant-javax.jar, lib/dt.jar, and others listed in the lib directory shown here:

The key thing to note here is that if you have Java applications that are dependent on one of these tools residing in the lib folder, you will need to modify your code accordingly.
It is recommended that you test your IDE once you start using Java 9 to ensure the IDE is updated and officially supports Java 9. If you use more than one IDE for Java development, test each one to avoid surprises.