JavaWebStart.isInstalled.1.5.0.0 registry not created installing 1.5.0_14
843802Jul 31 2009 — edited Sep 8 2010Hi All,
While installing jre 1.5.0_14 in some of the windows xp machine JavaWebStart.isInstalled.1.5.0.0
registry is not created, does anybody know the reason of this problem.
Because of this registry not creating checking jre in the system from IE is failing.
Following is the way we are checking the jre (same is recommeded by sun also)
JavaWebStart.isInstalled.1.5.0.0 registry not created installing 1.5.0_14
If Not(IsObject(CreateObject("JavaWebStart.isInstalled.1.5.0.0"))) Then
javaws150Installed = 0
Else
javaws150Installed = 1
End If
Can anybody update on this.
Thanks a lot in advance.
Avdesh