replace the path to java.exe with your own version
also make sure that the arguments is replaced with your local path and file equivalent:
"-jar C:\PAVIS\pavis-rest-0.0.22.jar"
and that the "Start in" does the same
in case the interface jar is already running as a background process and you do not know which of the java processes it is
but you have to shut it down here is a way:
go to CMD
netstat -on |
in order to find the process id that answers on port 8081
then
taskkill \PID <processid> |
where processid is the number you found in the first step.
Zugehörige Seiten