I have this panorama viewer that makes use of java,
but when trying to acces from firefox and java not installed, it warns that some plugin is needed but it doesn’t specify whitch one or where to download if from…
So, can i, from javascript, detect if user hasn’t installed java and provide him with a download link?
Use Deployjava.js to test whether java installed or not:
Sample Code:
Working Sample:
http://jsfiddle.net/ym78z/
Hope it helps you 🙂