As title, I have a requirement to load the latest jar if the jar have been updated while the application is on running mode. Due to the fact that the jar status is unstable , it will be changed at any time. So guys, could you give me sort of suggestion about this? Appreciate.
The reason why jar file becomes unstable is that this project is under the programming and debugging status. And this jar need to feed for another running java application.Thus the interface might be specfied but the implements are supposed to have an efficient modification. If we can dynamically reload updated jar, we can speed up the debug time.