In memory jar / class file execution

前端 未结 4 1638
一向
一向 2021-02-10 19:13

I have a jar file (say app.jar) in a certain location available as a file/stream from an http server. The problem is that app.jar is itself a frequently updated jar file being

4条回答
  •  长情又很酷
    2021-02-10 20:10

    Have you had a look at the URLClassloader class yet?

    The JarClassloader here might be useful: http://www.java.happycodings.com/Other/code27.html

提交回复
热议问题