Skip to content
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

sun.boot.class.path and java.ext.dirs were removed in JDK 9 #9

Open
tirkarthi opened this issue Mar 17, 2018 · 0 comments
Open

sun.boot.class.path and java.ext.dirs were removed in JDK 9 #9

tirkarthi opened this issue Mar 17, 2018 · 0 comments

Comments

@tirkarthi
Copy link

sun.boot.class.path and java.ext.dirs were removed on JDK 9 and hence using them in (System/getProperty) call will return nil

The boot class path has been mostly removed in this release. The java -Xbootclasspath and -Xbootclasspath/p options have been removed. The javac -bootclaspath option can only be used when compiling to JDK 8 or older. The system property sun.boot.class.path has been removed. Deployments that rely on overriding platform classes for testing purposes with -Xbootclasspath/p will need to changed to use the --patch-module option that is documented in JEP 261. The -Xbootclasspath/a option is unchanged.

Refer : http://www.oracle.com/technetwork/java/javase/9-relnote-issues-3704069.html

Affected libraries :

clojure-complete - Fixed with ninjudd/clojure-complete#24

@tirkarthi tirkarthi changed the title sun.boot.class.path and java.ext.dirs are removed in JDK 9 sun.boot.class.path and java.ext.dirs were removed in JDK 9 Mar 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant