I would like to know when a System property is changed. I have an application, in an application server, that somehow is changing a system property (System.setProperty()
I think). I was taking a look and I have found different approaches:
Any suggestions? Thanks in advance.