Java Get Jar Directorio de ejecución
return new File(MyClass.class.getProtectionDomain().getCodeSource().getLocation()
.toURI()).getPath();
Homeless Hawk
return new File(MyClass.class.getProtectionDomain().getCodeSource().getLocation()
.toURI()).getPath();