classLoader related problem in Multi-stage scripts with @main #591
Comments
I suspect we may need to wrap this:
With this: in order to properly set up the classloader. @scalway do you want to try that, and if it works send a PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this code:
throws such runtime exception:
and this works fine:
it seams that there are different classLoaders used in both cases (in first code snipped akka cannot read reference.conf from .jar resources)
The text was updated successfully, but these errors were encountered: