Tuesday, April 5, 2022

Unable to make field private final java.util.Comparator java.util.TreeMap.comparator accessible: module java.base does not opens java.util + Maven + Eclipse


I share next solution to fix issues when migrate a new eclipse version:

Add next line in eclipse.ini  --illegal-access=permit after -vmargs. and restart your eclipse.

-vmargs
--illegal-access=permit

















References:  Eclipse.org


















No comments:

Post a Comment

πŸš€ Spring Boot 3.5 → 4.0.3 Migration Summary

Import Changes, API Adjustments & Compatibility Results A complete, real-world migration summary from Spring Boot 3.5 → 4.0, including b...