I am trying run geotools on the web and have been googling around how to run geotools in Java applets. But there is nothing I can find.

Does anyone know what is the best way to get geotools run on the web server (I'm using Apache), or is there any example Java applets that run Geotools.

Thanks

link|improve this question

60% accept rate
feedback

1 Answer

up vote 0 down vote accepted

GeoTools will work fine in an Applet or other restricted environment. The epsg-wkt plugin is explicitly set up for this environment (as it does not require access to the local file system).

Indeed applets are one of the motivations for geotools modular design (so you only include the jars you need).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.