mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2024-11-22 14:28: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")
|
||||
URLClassLoader ucl = (URLClassLoader) cl;
|
||||
URL url = ucl.getURLs()[0];
|
||||
file = new File(url.getPath(), url.getFile());
|
||||
file = new File(url.getFile());
|
||||
}
|
||||
return file;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user