? How to set Java library loading precedence in VSCODE?
In a Java project running in VSCODE, when executing a certain class, there is a conflict between the rt.jar library (from the JDK itself); and the referenced library jaxb-api-osgi.jar. Specifically, it loads the javax.xml.bind.JAXBContext class from the rt.jar; instead of…