|
|
@ -498,8 +498,8 @@ public class PropertiesLauncher extends Launcher {
|
|
|
|
// If home dir is same as parent archive, no need to add it twice.
|
|
|
|
// If home dir is same as parent archive, no need to add it twice.
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (root.contains("!")) {
|
|
|
|
|
|
|
|
int index = root.indexOf("!");
|
|
|
|
int index = root.indexOf("!");
|
|
|
|
|
|
|
|
if (index != -1) {
|
|
|
|
File file = new File(this.home, root.substring(0, index));
|
|
|
|
File file = new File(this.home, root.substring(0, index));
|
|
|
|
if (root.startsWith("jar:file:")) {
|
|
|
|
if (root.startsWith("jar:file:")) {
|
|
|
|
file = new File(root.substring("jar:file:".length(), index));
|
|
|
|
file = new File(root.substring("jar:file:".length(), index));
|
|
|
|