Hi all,
I want to configure my Tibco webproject with my eclipse i utilize the tomcat 6 as a webserver.
my project contain ssojni.dll and toher dll and some jar file like ssoejb.jar.
when i started tomcat it run sucessfully but when i start my application it gives error at console that can not find java.library.path for ssojni.dll
than i include this dll in project build path by rightclick on project—buildpath–javaBuildpath–add class folder.
now i am geting error that can not find dependent library
give solution how can i include ssojni.dll and dependent dll in my project.
note: my project is working fine when i run tomcat from the batch file but it is not working when i start tomcat from myeclipse work space