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