-3

How can I prevent taking screenshots by any application using Java? Some applications takes screenshots every 5-10 mins, and I want that all these screenshots to be black or something similar.

Yevhenii Chykalov
  • 380
  • 1
  • 2
  • 13

1 Answers1

1

As Frisch commented, Java apps runs in a virtual machine. No JVM I know of has implemented DRM to suppress screen-shots.

And the issue is moot. Most everybody nowadays carries a phone in their pocket or purse. Those phones are equipped with a high-resolution camera capable of taking digital images of any screen.

Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154