I do have the JDK and JRE that all works fine. The problem is when I put the software on the web server and a remote PC connects to this server (with the JRE not installed on the remote PC) the Applets doesn't work.
I've seen some sites where they can detect that the remote PC doesn't have the JRE installed and it ask the user if he wants to install the (JRE/VM). How do you do that. This is the one cenario.
The other is ....
Lets say I'm writing a "Installation Package" in java. (An application like InstallShield). The User downloads this package and wants to run it. The JRE is not installed on his machine, so he will not be able to run the setup application. There must be some way of including the JRE with the installation package and a check to see if the JRE is installed. The user must be prompt to install the JRE before the application will work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.