Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaWebStart.isInstalled.1.5.0.0 registry not created installing 1.5.0_14

843802Jul 31 2009 — edited Sep 8 2010
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2010
Added on Jul 31 2009
6 comments
615 views