You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing DAP for java-language-server requires mvn
The install script for java-language-server requires Maven to be installed. If it is not installed, DAP installation will fail, complaining about it.
Running brew install mvn and retrying DAP installation resolves this issue.
Perhaps it is assumed that Java devs simply have Maven in their paths, but I think it would make sense to check before running it, and make the error more explicit.
The text was updated successfully, but these errors were encountered:
Installing
DAP
forjava-language-server
requiresmvn
The install script for
java-language-server
requires Maven to be installed. If it is not installed, DAP installation will fail, complaining about it.Running
brew install mvn
and retryingDAP
installation resolves this issue.Perhaps it is assumed that Java devs simply have Maven in their paths, but I think it would make sense to check before running it, and make the error more explicit.
The text was updated successfully, but these errors were encountered: