vishal18 0 Newbie Poster

HI,

will u please tell me how we can check java installation on system?
I have used following code....

if(navigator.javaEnabled())
 {
   document.write("JAVA available");
 }
else
 {
   document.write("No JAVA !!!"); 
 }

Above code displays the "JAVA available" eventhough I have uninstalled the java from my system.
Also I have checked the java enable options in IE.
plz help me...............

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.