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:
Could you resolve this? I am stuck with the same issue
Thanks
Try placing a weblogic.xml file with the following.
true
Remember to remove the temporary solution.
Post a Comment