English 中文(简体)
在Java 1.6.x下,MacOSX狮子的建筑网
原标题:Building Netty on Mac OSX Lion under Java 1.6.x
  • 时间:2012-05-03 02:51:40
  •  标签:
  • netty

I m trying to build The Netty Project on Mac OS X Lion which has Java 1.6.x. (IDE: NetBeans). Then I get the following error:

[enforcer:enforce]
Rule 0: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.6.0-31 is not in the allowed range [1.7.0,).
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------

如果网仅需要java 1.5或以上,那么我会寻找一种办法,以便能够按照java 1.6.x进行汇编。

提前感谢。

最佳回答

你们需要 j瓦7来建设,但只需要 j瓦5。 这是因为,我们根据“java”版本,在运行时间可以找到一些特点。

另见3.1。

***

问题回答

暂无回答




相关问题
Java netty can only take X number of request per second?

Java netty can only take X number of request per second? With the selector approach is it true that it can be a bottleneck in terms of serving request per second? We find that when the traffic is high,...

Using JAVA NIO framework in SPRING server

I m implementing an hybrid server application that mixes a Web-Servlet and a plain Java application. The java application manages thousands of sockets for remote devices, while the Web application ...

How does downstream events work in jboss s netty?

Just started playing around with netty in implementing my own server. Took me a while to get the hang of it but now I was able to accept clients by writing my own MessageHandler and inside ...

Closing down a Netty UDP Server

I have a written a very simple UDP Server using Netty - it quite happily binds itself and accepts messages, but I can y figure out how to unbind it. Am I missing something, or does Netty not expose ...

热门标签