Sunday, October 14, 2007

axis2 + weblogic > Cannot load dll

There might be times where your java web service code need to load some dlls (Dynamic Link Libraries) for some of the operations. Usually we would put those dll in the same path of the class files, but in this case, it won't work. I also tried fiddling around with the java.library.path but it doesn't seems to work for me.

So for now, here's a temporary resolution.
Place all the dlls in 'C:\bea\weblogic81\server\bin', or wherever you installed your weblogic.

2 comments:

Anonymous said...

Could you resolve this? I am stuck with the same issue

Thanks

jax said...

Try placing a weblogic.xml file with the following.


true



Remember to remove the temporary solution.