JavaFx installation issues on end users' machine
899398Dec 29 2011 — edited Dec 29 2011Hello,
When I ask some end users to try my javafx applet, they complain three issues to me.
1. They don't know the difference between 32 bits and 64bits and which kind of machine they have. Is it possible to decide which version automatically?
2. It takes too much time, about 10 minutes, to download and install JRE and JavaFx as the browser plugin. Is it possible to reduce the installation time within patience?
3. The installation does not guarantee the javafx applet to work. For example, I meet a case that javafx fail with IE 6.0 after the installation and get the message like "JavaFX application could not launch due to system configuration. See java.com/javafx for troubleshooting information.". Is there a way to find out where the root cause locates in my applet, the java configuration, or the security restriction?
Thanks,
-Leo