-4

I have one requirement for disable print screen capture in browser in my java web application.

I did lot of research and found that it is not possible. But I found WinJS java script in which it provide this functionality of disabling screen capture.

Now I am not sure whether this WinJS can be use in java script in my java web project or not ?If yes than how ?

I have tried to implement this in my java project but no SUCCESS !!!

Ravi Parmar
  • 1,392
  • 5
  • 24
  • 46

1 Answers1

1

Short answer, you can not implement Javascript in java, these are 2 different things.

WinJS is intended to be used into windows applications created in html/css/javascript, not Java applications

Maybe there's a Java aproach to fit your requirements, but i dont think so. The print screen funcitionality is embebbed in the operative system, so i think is hard to disable this.

Hugo David Farji
  • 174
  • 2
  • 12
  • Thank... That's a short and sweet answer – Ravi Parmar Jan 03 '17 at 14:32
  • I hope that this answer would help you, I can't help you with anything more. So probably you would need to inform that the requirement is not possible! If you consider this answer as the correct one, please mark it as correct. Good luck! If you find some way to do it, please post it as an answer, probably that can help anybody else with this issue in the future – Hugo David Farji Jan 03 '17 at 14:38