Open AseeshDevops opened 1 year ago
how can I solve this issue ?
You might need to use the Windows path separator '\' in the path (replace '/' with '\' in the path). Additionally, the terminal might not support glob expressions, so you might need to replace '*' with the version in pom.xml
(7.32.0-SNAPSHOT).
C:\Users\ravit\Desktop\SecretSanta-master>java -jar secret-santa-standalone/target/secret-santa-standalone--exec.jar Error: Unable to access jarfile secret-santa-standalone/target/secret-santa-standalone--exec.jar
C:\Users\ravit\Desktop\SecretSanta-master>java -jar secret-santa-standalone/target/secret-santa-standalone-*-exec.jar
C:\Users\ravit\Desktop\SecretSanta-master>java -jar secret-santa-standalone/target/secret-santa-standalone--exec.jar Error: Unable to access jarfile secret-santa-standalone/target/secret-santa-standalone--exec.jar