每个给出“B”输出的 Java 程序
我在 Eclipse 中运行的每个 Java 程序,无论多么不同,都会给出大写“B”的控制台输出。有谁知道是什么原因造成的?
更新:修复了这个问题,结果发现 Eclipse 使用了以前的程序运行配置,而不是为每个程序创建一个新的配置,因此控制台只是给出了我之前运行的另一个程序的输出
Every Java program I run in eclipse, no matter how different, gives a console output of an uppercase "B". Does anyone know what is causing this?
UPDATE: Fixed the issue, turns out eclipse was using the previous programs run configurations instead of creating a new one for each program, so the console was just giving an output of another program I had ran earlier
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我希望您已经设置了“调用与上次相同的内容”,但如果没有,那么您的 Eclipse 安装很可能已经损坏,您应该再次解压它并创建一个新的工作区。
I would expect that you have set up that "invoke the same thing as last time", but if not, then your Eclipse installation is most likely so broken that you should just unpack it again and create a new workspace.