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