| 1 | [[PageOutline]] |
| 2 | |
| 3 | This page is one of the !MapGuide Community CodeSamples. Visit the CodeSamples page to view more! |
| 4 | |
| 5 | When configuring the Eclipse IDE (http://www.eclipse.org/) for development in Java using the MapGuide Open source web API here are some useful configurations : |
| 6 | |
| 7 | 1) Set the environment variable : MENTOR_DICTIONARY_PATH to the (MG install dir)/share/gis/coordsys directory |
| 8 | |
| 9 | 2) Set the native library path to (MG install dir)/webserverextensions/lib/ |
| 10 | |
| 11 | 3) Include the current jar : MapGuideApi*.jar in the java build path (jar can be located in $(MG install dir)/webserverextensions/www/WEB-INF/lib/ |
| 12 | |
| 13 | The above is the configuration for the 'Indigo' release of Eclipse but should be applicable to any current release. |
| 14 | |
| 15 | ,,(Thanks to EB for some of the input),, |