JRadius Development In Eclipse
Install Eclipse, Maven, and plug-in
Install and setup Eclipse, Maven, and the Eclipse-Maven Plug-in.
Getting JRadius
Download the project from SVN.
svn co http://dev.coova.org/svn/cjradius/trunk jradius
In the
jradius directory, use Maven to build the JRadius framework.
cd jradius
mvn install
This is mainly to ensure the SVN builds correctly for maven before going on to Eclipse.
Creating an Eclipse Project
| Create a new project from the File menu, selecting Import as shown. |
 |
| Select that you want to import a Maven Project and click Next. |
 |
| After selecting the source directory, all the available maven modules should appear in the list box. Depending on your preference, go down and check out the Advanced options. Unselect the Separate projects for modules option (selected per default) if you want Eclipse to put all the modules under one Eclipse project. |
 |
| What next? Read the following: |