Recompile with -Xlint:unchecked for details.
J'ai Cette erreur quand je compile mon buid.xml
Recompile with -Xlint:unchecked for details. !
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
compile-messenger:
[javac] Compiling 1 source file to D:\ProjetEclipse2\Slim\classes
[javac] D:\ProjetEclipse2\Slim\src\gov\nist\applet\phone\media\MediaManager.java:79: exception javax.sdp.SdpException is never thrown in body of corresponding try statement
[javac] } catch (SdpException se) {
[javac] ^
[javac] Note: D:\ProjetEclipse2\Slim\src\gov\nist\applet\phone\media\MediaManager.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
D:\ProjetEclipse2\Slim\build.xml:32: Compile failed; see the compiler error output for details.
Total time: 2 seconds |