Execute java-jar jenkins.war under the current folder in cmd, but powershell reports an error

execute java-jar jenkins.war under the current folder in cmd, but powershell reports an error: the main class cannot be found or cannot be loaded-jar

is there any reason for divine guidance

Mar.22,2021

start the jar/war file with Start-Process under Powershell

 Start-Process java -ArgumentList '-jar', 'jenkins.war' `
-RedirectStandardOutput '.\console.out' -RedirectStandardError .\console.err' 
Menu