Quoting command line arguments
Last updated
Was this helpful?
Was this helpful?
--classpath="/path/with/*wildcards"
--classpath=/path/with/\*wildcards--classpath="C:\path\with\*wildcards"--classpath="~/path,with,commas/classes"--classpath="C:\path,with,commas\classes;C:\another,path\example.jar"--classpath=/path/with/\$dollar\&symbol\file.jar
--classpath='/path/with/$dollar&symbolfile.jar'--classpath=C:\path\with^&special\$characters^file.jar
--classpath="C:\path\with&special\$charactersfile.jar"--classpath="\~/MyApp/classes:/path"--classpath="C:\Users\~username\path\classes"--classpath="~/My Files/classes:/path/with\$special\&characters\`file.jar:/path/with/*wildcards"--classpath="C:\My Files\classes;C:\path\with^&special\$characters^`file.jar;C:\path\with\*wildcards"