Selon easyl :
Could you create a completely self-contained code that could be used to compile
and reproduce ? It might be possible that you use the layers after the
datasource has been closed for example, but it is difficult to be sure without
seeing the exact code.
> GDAL 1.8.1 on Win64
>
> basi
GDAL 1.8.1 on Win64
basically I just use ogr2ogr and ogrinfo from gdal/java examples.
I wrote a test case with processing S57 (*000) data:
/* read layer information with ogrinfo */
final String param[] = { "-ro", "-al", src};
final List layers = ogrinfo.execute(param); // I just collect