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...
Qantas 94 Heavy
16k31 gold badges74 silver badges89 bronze badges
-
you can use javascript, see stackoverflow.com/questions/1873342/…Jerry B– Jerry B2013年01月28日 14:53:21 +00:00Commented Jan 28, 2013 at 14:53
-
"I think that best way - print it from applet." I suspect you are wrong there. What exactly does an applet add to the functionality over dumping the raw file to the user and allowing them to decide what to do with it?Andrew Thompson– Andrew Thompson2013年01月28日 14:55:10 +00:00Commented Jan 28, 2013 at 14:55
1 Answer 1
Use deployJava.js as mentioned & linked in the applet tag Wiki.
answered Jan 28, 2013 at 14:54
Andrew Thompson
169k42 gold badges224 silver badges441 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
Explore related questions
See similar questions with these tags.
lang-java