Hello Sugandha, The links in your email will be seen as spam by many filters - please don't include them in posts to this list.
> I wish to write a simple program which would read the Shapefiles. Now for > that matter, I created a simple java project in eclipse and added the jars > of geotools.zip in the build path of it. But, I am not able to import the > jars relevant to the program. > I dont want to go the Maven build way. Simply configuring the necessary jars > in the build path of a project should work. But it is not. Can I please get > a stepwise instruction to make this entire thing work? I'm sorry, but using GeoTools without Maven is almost certain to lead to problems because of the complex graph of dependencies involved. You will find many messages in the list archive where people have tried to avoid Maven and eventually given up. If you definitely can't, or won't, use Maven I recommend that you look at another framework such as OpenJUMP which uses Ant as its build tool: http://www.openjump.org/ > Also, geoserver library is used for what? when will I require it? For > performing all the GIS operations, all I require is geotools.zip. Ain't dat? If you are writing desktop programs to read/write shapefiles, GeoTools is all you need. Information about GeoServer (which is built on GeoTools) can be found at geoserver.org Michael ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
