0

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
asked Jan 28, 2013 at 14:45
2
  • you can use javascript, see stackoverflow.com/questions/1873342/… Commented 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? Commented Jan 28, 2013 at 14:55

1 Answer 1

1

Use deployJava.js as mentioned & linked in the applet tag Wiki.

answered Jan 28, 2013 at 14:54
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.