what’s the best way to find the jar that a given `...
# compiler
j
what’s the best way to find the jar that a given
FIRClass
is in? i see
FirModuleData
, but only the name of the module & its dependencies
j
Not sure if you even can. That jar file cannot even exist or being from a previous compilation. In the IDE the dependencies are not there too, so you can only find any thing from the dependencies if you know its name.