RSTALanguageSupport icon indicating copy to clipboard operation
RSTALanguageSupport copied to clipboard

Modular JDK support

Open priand opened this issue 3 years ago • 0 comments

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.

priand avatar Jul 30 '22 15:07 priand