scala - Finding jar with given class by name in SBT? -
while debugging difficult classpath problem, dumped sbt compile classpath. need find jar file (in classpath) class name belongs to.
is do-able in sbt? or there mechanism in scala can help?
-verbose:class
in java approach "to display information classes being loaded jvm.". haven't used scala, work since jvm's involved after all.
use -verbose:class
javaoptions
in sbt , parse output.
Comments
Post a Comment