halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
454 stars 86 forks source link

Plugin prevents `system` Java from working #132

Open peterlobster opened 3 years ago

peterlobster commented 3 years ago

When the plugin is set to system as the global version, it gives out the following error...

$ java -v
Unable to locate an executable at "/Users/<user>/.asdf/plugins/java/set-java-home.bash/bin/java" (-1)

Is there a way to fix that?