mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2024-11-22 22:38:46 +00:00
fix get plugin AbsolutePath...
This commit is contained in:
parent
f3ed5ff872
commit
755d49dc3b
@ -105,7 +105,7 @@ public class PluginsManager {
|
|||||||
@SuppressWarnings("resource")
|
@SuppressWarnings("resource")
|
||||||
URLClassLoader ucl = (URLClassLoader) cl;
|
URLClassLoader ucl = (URLClassLoader) cl;
|
||||||
URL url = ucl.getURLs()[0];
|
URL url = ucl.getURLs()[0];
|
||||||
file = new File(url.getPath(), url.getFile());
|
file = new File(url.getFile());
|
||||||
}
|
}
|
||||||
return file;
|
return file;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user