使用 Java 6 执行 Java 5 代码
有什么方法可以在 JDK 6 上运行用 Java 5 编译的类文件(即以 main 作为入口点)?
Is there any way I can run class files (i.e. with main as the entry point) on JDK 6 that were compiled with Java 5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。 旧的 java 代码可以在较新的 JVM 上执行,但反之则不行。
你会没事的。
Yes. Old java code can be executed on newer JVMs, but not the other way around.
You'll be fine.
当然,这应该毫无问题。 为什么,你有问题吗? 更加详细一些。
Sure, that should work with no trouble at all. Why, are you having a problem? Be more specific.