This is mostly a technical blog with my learning at work.
java.net.URL codeBase = (Class).getClass().getProtectionDomain().getCodeSource().getLocation();System.out.println(codeBase.getPath());
Post a Comment
No comments:
Post a Comment