Java 我们可以在JDK1.5上运行resteasy吗

Java 我们可以在JDK1.5上运行resteasy吗,java,resteasy,jdk1.5,Java,Resteasy,Jdk1.5,我想在JDK1.5上运行Resteasy,但它需要1.6:查看“依赖”类别中的jdk版本。有没有办法用JDK5运行/编译源代码。?请帮忙。是的,你可以 它可以移植到运行在JDK 5或更高版本上的任何应用服务器/Tomcat 功能 参考:请参阅概述-->功能。中另有说明: 可移植到JDK 5或更高版本上运行的任何应用服务器/Tomcat 您从该站点获得的JAR是使用Java1.6(至少是2.1.0.GA版本)编译的。这里的关键术语是“可移植性”,我将其解释为您必须从头开始重新编译项目以获得1.5版

我想在JDK1.5上运行Resteasy,但它需要1.6:查看“依赖”类别中的jdk版本。有没有办法用JDK5运行/编译源代码。?请帮忙。

是的,你可以 它可以移植到运行在JDK 5或更高版本上的任何应用服务器/Tomcat

功能

参考:请参阅概述-->功能。

中另有说明:

可移植到JDK 5或更高版本上运行的任何应用服务器/Tomcat


您从该站点获得的JAR是使用Java1.6(至少是2.1.0.GA版本)编译的。这里的关键术语是“可移植性”,我将其解释为您必须从头开始重新编译项目以获得1.5版本。

那么您的意思是我需要获得所有相应的源代码以便Resteasy,然后重新编译?如果是,我从哪里获得代码?好吧,这不再是真的。。现在在他们的网站上,您可以看到它-->可移植到任何运行在JDK 6或更高版本上的应用服务器/Tomcat
* Fully certified JAX-RS implementation
* Portable to any app-server/Tomcat that runs on JDK 5 or higher
* Embeddedable server implementation for junit testing
* Client framework that leverages JAX-RS annotations so that you can write HTTP clients easily (JAX-RS only defines server bindings)
* Client "Browser" cache. Supports HTTP 1.1 caching semantics including cache revalidation
* Server in-memory cache. Local response cache. Automatically handles ETag generation and cache revalidation
* Rich set of providers for: XML, JSON, YAML, Fastinfoset, Multipart, XOP, Atom, etc.
* JAXB marshalling into XML, JSON, Jackson, Fastinfoset, and Atom as well as wrappers for maps, arrays, lists, and sets of JAXB Objects.
* GZIP content-encoding. Automatic GZIP compression/decompression suppport in client and server frameworks
* Asynchronous HTTP (Comet) abstractions for JBoss Web, Tomcat 6, and Servlet 3.0
* Asynchronous Job Service.
* Rich interceptor model.
* EJB, Seam, Guice, Spring, and Spring MVC integration