Changes between Initial Version and Version 1 of CodeSamples/Java/EclipseIDESetup


Ignore:
Timestamp:
Apr 23, 2013, 6:32:33 PM (11 years ago)
Author:
cremebrulee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/Java/EclipseIDESetup

    v1 v1  
     1[[PageOutline]]
     2
     3This page is one of the !MapGuide Community CodeSamples.  Visit the CodeSamples page to view more!
     4
     5When 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
     71) Set the environment variable : MENTOR_DICTIONARY_PATH to the (MG install dir)/share/gis/coordsys directory
     8
     92) Set the native library path to  (MG install dir)/webserverextensions/lib/
     10
     113) 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
     13The 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),,