-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto complete for Java >=9 jdk classes #51
Comments
For this, I created a special ClassPathLibraryInfo class, feel free to use it (it's working JDK9+):
|
Usage is simple. You check Java version, and if it is >= 9 then instead of using |
yes working on linux now , nice. no class error cant find java.lang.object |
Is it possible to add Java's >=9 jdk classes to autocomplete?
The method JarManager.addCurrentJreClassFileSource() doesn't work with Java >= 9, it look just for rt.jar and src.zip, which is absent since Java 9. Actual method is LibraryInfo.getJreJarInfo(File jreHome)
The text was updated successfully, but these errors were encountered: