Easy way to get the relative path to the compiled project (war/jar/class)
if your project is here /var/www/project-name/java.jar
System.out.println(Path.getRootPath());
It will return:
/var/www/project-name
If this project help you reduce time to develop, you can buy me a beer :)
