Skip to content
lubinwang edited this page Feb 25, 2014 · 1 revision

To build the JAR file of NettyRPC, you need to install Maven (http://maven.apache.org), then type the following command:

$ mvn package

To generate project files (.project, .classpath) for Eclipse, do

$ mvn eclipse:eclipse

then import the folder from your Eclipse.

========

Clone this wiki locally