What does the D in
-Dproperty=value
Set a system property value.
Of the Java application launcher stand for? For some reason it’s been bothering me, why D?
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’ve always assumed it was to define the value of a property… possibly a legacy from C compilers, which often use
-Das similar to#definein code.EDIT: The closest I have to a source for this at the moment is some JDK 1.1 documentation which specifies the flag as:
That at least contains the word “redefine” which is close to “define” 🙂