in the GMLDataStoreFactory there is a calling to the method "toURI()" of the java.net.URL class. The problem is that this method doesn't exist in java 1.4.x but only in java 1.5.x
Can I fix this problem with the following solution:
url.toURI() -> new URI(file.getParent())
--
---------------------------------------------------------
Alessio Fabiani
Software Engineer
http://afabiani.wordpress.com
---------------------------------------------------------
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel