Reputation: 63
I want to organize print file operation from my web application. I think that best way - print it from applet. But before run applet, i must install jre to client machine.
Is there any way to detect from web application - is client machine have installed jre?
This feature needs to show some message if jre not available.
I think that answer on my question is "No", but hoping to hear a different answer i write here...
Upvotes: 0
Views: 137
Reputation: 168825
Use deployJava.js
as mentioned & linked in the applet tag Wiki.
Upvotes: 1