Handshake failed - connection prematurally closed error when debugging Solr in Intellij

后端 未结 3 2277
有刺的猬
有刺的猬 2020-12-24 01:10

So i was going to debug my Solr filter plugins on Intellij Community Edition. After i ran the program from comand prompt with this command

java -jar start.ja         


        
3条回答
  •  醉梦人生
    2020-12-24 01:45

    It should be something like this,

    java "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8983" -jar start.jar

    it's working now

提交回复
热议问题