Some msg during compiling.. but program can be built... does it matters?
Hi
My program... when built thru netbeans ide, produces the following built output:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
To run this application from the command line without Ant, try:
java -jar "D:\TradingAlert\TradingAlert\dist\TradingAlert.jar"
jar:
BUILD SUCCESSFUL (total time: 12 seconds)
Can someone tell me what is "Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details."? Does it matters since my program can be build succesfully?
Thanks

