Link to home
Start Free TrialLog in
Avatar of supreeths84
supreeths84

asked on

Setting VM arguments in Apache Tomcat

I wrote a stand alone java program which takes in the command line arguments
 -Djava.library.path="E:\Downloads\someFolder". My stand alone program loads a .dll file in that folder path I mentioned in the args. I mentioned the path in Eclipse. That piece of java code which loads a .dll file has to be run on the server now. I am using Apache Tomcat. Where do I specify the arguments?
ASKER CERTIFIED SOLUTION
Avatar of supreeths84
supreeths84

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of supreeths84
supreeths84

ASKER

After placing the .dll file in the bin directory of Tomcat, I was able to load the system library