Is there any way to check if System.getProperty(...) value has changed ?
Is there any way to check if System.getProperty(…) value has changed ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I strongly doubt that there is a general way since AFAIK a lot of the properties are provided by the OS and code is integrated into the VM.
I mean, you could just check periodically but I’m pretty sure you’ve ruled that out already.
What properties exactly do you want to know about?