作为一个intellij Idea 小白。今天写java代码的时候,发现运行程序多出了两行关于:连接vm,ip:port的字样

Intellij IDEA-Connected to the target VM, address: '127.0.0.1:3556', transport: 'socket';Disconnecte

而之前并没有这样的显示。

代码直接用javac运行也没有任何问题。

后来发现是自己的包名,首字母用了大写。

Intellij IDEA-Connected to the target VM, address: '127.0.0.1:3556', transport: 'socket';Disconnecte

修改包名。重新运行。

Intellij IDEA-Connected to the target VM, address: '127.0.0.1:3556', transport: 'socket';Disconnecte

链接vm的显示信息消失

相关文章:

  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-03
  • 2021-05-11
  • 2021-07-05
  • 2021-12-12
  • 2021-12-14
  • 2021-06-02
相关资源
相似解决方案