Fix JarFile issues when running on Windows
Fix 'fat jar' support for windows to correctly deal with URL and path slash issues. The root cause of the original problem was caused by JAR URLs not including a root slash (ie `file:C:/Users` vs `file:/C:/Users`) Fixes gh-1145
Showing
Please register or sign in to comment