its looking for `tools.jar` which is gone since JD...
# random
w
its looking for
tools.jar
which is gone since JDK 9
h
cc @fancy-queen-20734. I think you’ve been looking into this problem?
f
yes.
I’m not familiar with the dep-usage case, but in the javadoc case, the issue is that javadoc can no longer be used as a jar--you have to use the binary
and pants doesn’t do that
I think it’s worth filing an issue specific to dep-usage over
ah, the use of jdeps here
w
I just saw the tool mentioned in the docs today, and wanted to report it didnt work anymore
f
will need to use the binary rather than invoking java