so i have the problem that i'm trying to call a java application via powershell that has spaces in the file path.
Following command doesn't work and doesn't return any error or similar:
Start-Process java -ArgumentList '-jar', 'C:Program Files/test.jar'
I can't seem to get it working and hope you guys have recommendations for me
Thanks in advance!