ClassLoader load jar at getMethod no error and no result

前端 未结 0 799
挽巷
挽巷 2020-12-22 07:57
String filePath = "test.jar";
File file = new File(filePath);
URL url = file.toURI().toURL();
URLClassLoader loader = new URLClassLoader(new URL[]{url});
S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题