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
The reason is D stands for DEFINE, because what that command switch does is defining variables.