What\'s the best way to determine if the version of the JRE installed on a machine is high enough for the application which the user wants to run? Is there a way of doing it
You might also consider using Commons-Launcher, which allows you to setup various environment settings, or perform pre-checks before calling your application.