Click to See Complete Forum and Search --> : Detect JDK 1.4.1?
Samwind
02-05-2003, 02:30 PM
Hi,
i am new to Javascript. could any one help me on this?
does anyone know how to write a javascript that detects whethere Java Runtime Environment 1.4.1 is installed in the user's mechine?
thanks.
khalidali63
02-05-2003, 03:10 PM
It can be done,but to my knowldge it will limit you to only NS browsers.
If you want to know more about this topic, read on about "LiveConnect" in NS
here is the link
http://devedge.netscape.com/library/manuals/2000/javascript/1.5/reference/partjava.html#999869
cheers
Khalid
Samwind
02-05-2003, 03:46 PM
i don't know it could not be done using Javascript, because i don't have much knowledge on it.
could you think of other languages/scripts to do this? thanks.
khalidali63
02-05-2003, 05:01 PM
As I said in my previous post.
"It can be done with javascript."
The only thing is that it will work with NS browsers since MS IE does not like to admit that Java is a great lang,therefore will not support it.
Yes you can use all other language to get this information from the underlying OS.I know you will be able to do this using Java,I am positive you can do this using C/C++, hopefully VB too.
Khalid