Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Slick2D 框架在 Eclipse 中进行代码热交换。问题是我不能在里面做BasicGame#render(GameContainer gc, Graphics g),虽然我可以在里面做BasicGame#update(GameContainer gc)。问题可能是什么?
BasicGame#render(GameContainer gc, Graphics g)
BasicGame#update(GameContainer gc)
热交换代码并不总是有效。从 Eclipse 文档中:
请注意,某些更改(例如新的或删除的方法、类变量或内部类)不能热交换,具体取决于特定 VM 提供的支持。