unreported exception java.sql.SQLException must be caught or declared to be thrown
J'ai une classe CollectionListTag.java (attaché) dans un projet de plusieurs package. Quand je compile avec ant j'ai l'erreur suivante:
... java:88 unreported exception java.sql.SQLException must be caught or declared to be thrown
String name = collections[i].getMetadata("name");
some input files use or override a deprecated API Some input files use or override a deprecated API
Note: recompile with xlint:deprecation for datils
Peux tu m'aider,
Merci