Fork me on GitHub
#cursive
<
2022-12-23
>
Sudip12:12:03

I have a deps project. When I run it from cli clj -A:alias1:alias2, and do require '... the relevant ns, it works fine. However, when I try to do the same on Intellij, by setting the aliases in run configuration, it errors with Execution error (ClassNotFoundException) at jdk.internal.loader.BuiltinClassLoader/loadClass (BuiltinClassLoader.java:641). ..a classapath... What might be going wrong? I don't explicitly provide any path in the cli.