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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -