I want to find context path of my web Application in normal Java class.If I find I can specify paths like this /Rod1/thermalMap.exe
wherever I need.
I know, How to find in servlet
using the following code
getServletContext().getRealPath("");
My webApps folder in the following way.