• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

DeployJava not working for Java1.6.0_19

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using deployJava.js to get the JRE version used by client.
But for version 1.6.0_19 and below the whole version is not visible.

i.e it will return only 1.6.0 and the _19 (the update version) is not getting returned. Any idea why?
I am using deployJava.getJREs(); to get the version.
 
Aparna Sree
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

http://www.pinlady.net/PluginDetect/ is a better option if it has to be done through js only.
deploy java is not working as expected for lower versions of java

 
reply
    Bookmark Topic Watch Topic
  • New Topic