This Blog contains Siva R Vaka's Notes related to latest technology discussions, various algorithms and solutions focusing mainly on AI (Artificial Intelligence) , ML (Machine Learning) & Data Science.
Escape Character for the Exclamation Mark and Caret Symbols in JVM arguments
When you are passing the
"!" in the JVM arguments use "^" carot symbol for escaping
exclamation mark.
E.g:
1. When you are passing jvm
argument like -Dcert.pwd=test!23
NOTE: for escaping caret ^ , use
another caret i.e. "^^" --> "^"
No comments:
Post a Comment