| 1 | == How to run GeoNetwork using embedded Jetty under Eclipse ? == |
| 2 | * create a Java project |
| 3 | * svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/trunk in your new Java project |
| 4 | * define the following directory as source directory |
| 5 | * src |
| 6 | * jeeves/src |
| 7 | * cachingxslt/src |
| 8 | * add the lib in your project build path |
| 9 | * web/geonetwork/WEB-INF/lib/*.jar |
| 10 | * web/intermap/WEB-INF/lib/*.jar |
| 11 | * jetty/lib/**/*.jar |
| 12 | * click on "Run configuration ..." |
| 13 | * add a new "Java Application" |