JavaFX 2.1 Offline Deployment
We are migrating to JavaFX_2.1 and are at a roadblock in deployment. Our systems are disconnected from the internet so we require the ability to install the FX runtime in an offline capacity. With v1.3.1 we were able to download all of the required jar's and re-route the references to our servers without any issues; however, we are not finding a way to do this with v2.1?
Our systems are currently utilizing JRE6_31 (security will not be updating to JRE7 - which I believe includes the FX_2 runtime inherently, anytime soon, so we require an offline installation capability). Also, users do not have administrative rights so I don't think we can utilize the .exe FX runtime installer.
Many, many thanks for any help!!!