How to check what JVM version installed using javascript
- by prakash
Hi All,
how can i check which JVM version is installed using javascript in my MVC asp.net application ?
Basically i have to redirect user to error page if user don't have recommented JVM in his machine.
Please suggest