How to load a jar from an URL without downloading it?

萝らか妹 提交于 2019-12-24 08:03:43

问题


JAVA - Well just that, i know how to load external jars from my main project with classloader and even download a jar from an url and load it, but there's anyway to load a jar from a url without dowloading? just load it in memory from the url to use it? thanks!

来源:https://stackoverflow.com/questions/14751584/how-to-load-a-jar-from-an-url-without-downloading-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!