I'm using wildfly version 9.
I have a jar within which in the resources folder i have an executable and multiples DLLs as dependencies.
After jar being deployed i can see that only the executable is present in deployed folder. Why my DLLs are not loaded too ?
Any ideas guys ?