Hi,

 

I would like to load a library (.dll in windows and .so in linux) in a
Java application, so I have to add the path of the library to
LD_LIBRARY_PATH (Linux) or PATH (Windows). In addition, I also need to
add -Djava.library.path=. However this is only for a standalone java
application. But I'd like to deploy these applications as Axis web
services, so how can I do the similar thing in Tomcat? i.e. how can I
add -Djava.library.path in tomcat (in both Windows and Linux).

 

Thanks

 

Eric

Reply via email to