I have a simple
java program which needs VM arguments while execution. The name of the argument is -DJava.lib.path. Right now I am doing it in eclipse with Run Configuration option.
Now I need to convert the java program to
servlet java program for web aplication. My question is how will i set VM arguments in servlet.
Let me know any links or any help.
Thanks in advance.