My java application requires users to have Java 7 installed. However, if they don't, nothing is displayed or returned to the user unless they started the application from the console. The app simply terminates.
How would I generate a popup displaying a link to the correct version of Java in the case that the user doesn't have the correct one already?
Thanks for any help