Facing issue in java intellij like while clicking on debug some error is showing how to resolve it

Viewed 34

While clicking on debug

No plugins found for prefix jetty in the current project and in the plugin groups.

To see all full stack trace of errors , re-run maven with the -e switch.

Re-run maven with -x switch to enable full debug logging.

Disconnected from the target VM , addresses : 127.0.0.1: 57179 , transport: socket.

Process finished with exit code 1

1 Answers

You need to add jetty server in your project configurations. And, you have to provide the path to where jetty is stored/downloaded.

Related