|
From: Joe M. <joe...@gm...> - 2008-03-11 20:12:41
|
I have an application that is migrating to the JAXB 2.1.5 libraries. We need to expressly run it with the command line option, "-Djava.endorsed.dirs=.....". When this directory is the same as the directory with the wrapper.dll (i.e. when the java.library.path also points to the same directory), the wrapper startup complains about not being able to find the wrapper.dll (and the 32bit vs. 64bit message comes up) and then it can't load additional dlls from that library path. I'm going to try making those two separate directories tonight, but does anyone know why this happens? If I simply remove that endorsed dirs option, the app works fine. I've tested this with 3.2.0 and 3.2.3. Thanks, Joe |