mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2025-09-03 21:26:56 +00:00
fix get plugin AbsolutePath...
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user