Closed pvlugter closed 11 years ago
A second atmos:run will not be able to load the sigar libs:
atmos:run
Native Library ... already loaded in another classloader
Workaround is to fork run:
fork in (Atmos, run) := true
as earlier versions of sbt-atmos did. Should forking be the default again?
Fixed with sigar in separate classloader.
A second
atmos:run
will not be able to load the sigar libs: