Programmatically check and update the jave runtime
843804Mar 15 2007 — edited Apr 11 2007Hi All
I deploy my java application with a JRE to customers. But when there is a JRE update, I would like to do an update to the JRE in my application. Since the JRE not installed in the machine (just coppied with the application) there is not way to do an automatic update.
Is it possible to check the availability of an update programmatically and perform the update?.