Unloading classes in java?

前端 未结 7 1643
遥遥无期
遥遥无期 2020-11-22 01:40

I have a custom class loader so that a desktop application can dynamically start loading classes from an AppServer I need to talk to. We did this since the amount of jars th

7条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 02:12

    I wrote a custom classloader, from which it is possible to unload individual classes without GCing the classloader. Jar Class Loader

提交回复
热议问题