Changeset 1013 for java/installer2/src/net/oni2/aeinstaller
- Timestamp:
- Mar 23, 2015, 4:41:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/backend/Paths.java
r857 r1013 50 50 String jarPath = Paths.class.getProtectionDomain().getCodeSource() 51 51 .getLocation().getPath(); 52 jarPath = jarPath.replaceAll("\\+", "%2B"); 52 53 String decodedPath = null; 53 54 try {
Note:
See TracChangeset
for help on using the changeset viewer.