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
Cloned the repo, ran mvn clean compile assembly:single per the directions and I get the below error.
[ERROR] Failed to execute goal on project jmxfetch: Could not resolve dependencies for project com.datadoghq:jmxfetch:jar:0.22.0: Could not find artifact com.sun:tools:jar:1.4.2 at specified path /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/../lib/tools.jar -> [Help 1]
The text was updated successfully, but these errors were encountered:
Currently only building with JDK8 is supported, but we are looking into supporting newer JDK versions soon :) Note that this should only be a problem when building, not when running.
Cloned the repo, ran
mvn clean compile assembly:single
per the directions and I get the below error.The text was updated successfully, but these errors were encountered: