indiejames / vscode-clojure-debug

A VS Code package for developing Clojure code
MIT License
84 stars 6 forks source link

Not supported in Java 11 #147

Open brundonsmith opened 5 years ago

brundonsmith commented 5 years ago

The installation instructions refer to locating tools.jar, but it appears to have been removed in JDK 11: https://stackoverflow.com/questions/53707666/how-to-get-tools-jar-for-openjdk-11-on-windows

MattMoranJava commented 2 years ago

Bump! I'm having the same difficulties. Back to emacs for now. What specifically does it need from tools.jar? Have these things been removed or are they elsewhere in Java 11+?