You can't treat the jar resource as a simple file. Use a URL instead...

URL url = ClassLoader.class.getResource("/maps/ParcelsCountyRDMFinal5.shp");
FileDataStore store = FileDataStoreFinder.getDataStore(url);

Michael

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to