How to install JRE automatically in client system if it is not having it.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malathib
    New Member
    • Mar 2009
    • 23

    How to install JRE automatically in client system if it is not having it.

    I am trying to run an applet embedded in web browser . But if teh client system is not having JRE, applet is not running in the client system.

    what i want is, if jre is not installed in client system, it has to do as like how the flash plugin is getting installed if it is not there in client system.

    Hope you are clear with my question
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    This is neither a html or css question.

    Comment

    • numberwhun
      Recognized Expert Moderator Specialist
      • May 2007
      • 3467

      #3
      Moving to the Java forum. Next time, please choose a forum more appropriate to the topic of your question!

      Comment

      • Dheeraj Joshi
        Recognized Expert Top Contributor
        • Jul 2009
        • 1129

        #4
        You can do this in Java script using navigator onject.

        This link may also help you.

        or in applet use this
        Code:
        System.getProperty("java.version"
        Regards
        Dheeraj Joshi

        Comment

        Working...