mayol wrote: > hi, all > i am new to geotools. i am trying the shapefile reading programe on the > website. but it got problem when running it. > problem is: java.lang.NullPointerException!!! > Can you give me the stack trace?
> the code is shown below. i think problem is in this line: "DataStore > dataStore = DataStoreFinder.getDataStore( connect );". please help me about > it. thanks a lot~~~~ > > File file = new File( "bc_hospitals.shp" ); > if( !file.exists() ) System.exit(1); > > Map connect = new HashMap(); > connect.put( "url", file.toURL() ); > System.out.println(file.toURL().toString()); > > DataStore dataStore = DataStoreFinder.getDataStore( connect ); > That looks okay; and I see you checked to make sure the file exists already. What version of GeoTools are you running with? Jody ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
