我们可以在jdk 1.5上运行resteasy吗
我想在 jdk 1.5 上运行 Resteasy,但它需要 1.6。 看这个:在“取决于”类别中查看jdk版本。有没有办法使用 jdk 5 运行/编译源代码?请帮忙。
I want to run Resteasy on jdk 1.5 but it requires 1.6 instead. see this: look at jdk version in "depends on" category. Is there a way to run/compile the sources with jdk 5.? Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,你可以
它可移植到任何在 JDK 5 或更高版本上运行的应用程序服务器/Tomcat。
参考:http://jboss.org/resteasy参见概览-->特征。
Yes You can
It is Portable to any app-server/Tomcat that runs on JDK 5 or higher.
Reference: http://jboss.org/resteasy See OverView--> Features.
您从该站点获得的 jar 是使用 Java 1.6(至少是 2.1.0.GA 版本)编译的。这里的关键术语是“可移植”,我将其解释为您必须从头开始重新编译项目才能获得 1.5 版本。
The jars that you get from the site are compiled with Java 1.6 (at least the 2.1.0.GA release). The key term here is "portable", which I'm interpreting to mean you have to recompile the project from scratch to get the 1.5 version.
官方文档另有说明:
The official documentation says otherwise: