I am working with Java web start. After launching application with Java web start, it checks for java environment in our system. If required java version is not found, then it downloads appropriate version to our system for that application only,but not affecting the system environment.
My question is that if in my system there are Java1.3. and I am
launching 2 or more than 2 different applications using Java web
start,which all required java 1.6 . Then are they all downloads
different copies of java? If yes,then there is any way that only one
copy of java should get downloaded.
No.