Eclipse

Windows 7 64-bit guide for GeoNetwork development within Eclipse

Note that this setup guide for downloading, developing, deploying and debugging GeoNetwork within Eclipse on Windows 7 64-bit is still a work in progress.

Introduction

This document was developed for GeoNetwork’s new Maven-based setup. See http://trac.osgeo.org/geonetwork/wiki/Maven for more information.

Note that several installation and configuration options may not be necessary for GeoNetwork development but can be necessary for other software development projects.

This document was compiled from experiments, notes, and web sites by the following contributors and sources (in alphabetical order):

Tomcat configuration in Eclipse

Tomcat kept running out of memory when running it as a service from within Eclipse. Following is a solution:

Double-click on your Tomcat service under the Servers tab, and click on the "Open launch configuration" to open the Tomcat launch configuration window. On the Arguments tab, append the two following lines in the "VM arguments" form window:

-XX:MaxPermSize=128m
-Xmx1024m

How-to on running Tomcat within Eclipse:

Syndicate content