Re: [JPP-Devel] DBF required in compressed shapefile

2007-09-25 Thread Larry Becker
Yes, the problem is the call to CompressedFile.openFile() throws an exception if the file is not found. In this case it looks like a try catch block around the call will do the trick. Larry On 9/25/07, Paul Austin <[EMAIL PROTECTED]> wrote: > > Larry, > > You're right the CompressedFile class th

Re: [JPP-Devel] DBF required in compressed shapefile

2007-09-25 Thread Paul Austin
Larry, You're right the CompressedFile class throws an exception if it can't find the file. Maybe you could add a boolean parameter to it to return null instead of an exception if the file does not exist to allow you to ignore missing files. Paul Larry Becker wrote: > Apparently DBF files are re