Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JVM Check

  Asked By: Lloyd    Date: Jan 12    Category: Java    Views: 661
  

how can i check if the client have a JVM in his explorer or not?
thanks

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Ralph Murray     Answered On: Jan 12

presumably you mean in an html page
this would be useful to redirect to destination URL based on java capability
you should be able to use javascript for this, unfortunately I don't
know how

 
Answer #2    Answered By: Keith Marshall     Answered On: Jan 12

window.navigator.javaEnabled();

 
Didn't find what you were looking for? Find more on JVM Check Or get search suggestion and latest updates.




Tagged: