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

Issue

This Content is from Stack Overflow. Question asked by Honey

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



Solution

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


This Question was asked in StackOverflow by Honey and Answered by Anurag Anand It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?