RSTALanguageSupport
RSTALanguageSupport copied to clipboard
Modular JDK support
JDKs 9+ don't use rt.jar anymore but modules located in jsdk_home/jmods. This PR detects if this directory exists when loading the JRE info. If it exists, then it relies on a new LibraryInfo implementation. Else, it continues with the existing implementation.