J'ai cette erreur l'orsque je compile u build.xml sur eclipse !
[javac] Compiling 1 source file to D:\ProjetEclipse2\applet\classes
[javac] D:\ProjetEclipse2\applet\src\gov\nist\applet\phone\media\MediaManager.java:78: exception javax.sdp.SdpException is never thrown in body of corresponding try statement
[javac] } catch (SdpException se) { se.printStackTrace();
[javac] ^
[javac] Note: D:\ProjetEclipse2\applet\src\gov\nist\applet\phone\media\MediaManager.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error