Is it possible to use geotools in a Java application without using Maven? I downloaded a stable version but I don't see how to import it as a library in Netbeans. I have it as many jar files.
Asked
Active
Viewed 1,003 times
0
-
It may have been stupid, but I've used a subset of GeoTools and just added the jars I needed. Wasn't exactly easy, but you only have to do it once. – Ash Oct 07 '13 at 11:38
-
1Have a look on this tutorial: http://docs.geotools.org/stable/tutorials/quickstart/netbeans.html#maven-alternative – SubOptimal Oct 07 '13 at 14:17
-
thx i must have looked over it! – denBelg Oct 08 '13 at 07:31