Everytime I compile a file I get this warning:
Note: C:\Documents and Settings\<user name>\Desktop\Multiple Desktops\DesktopArray.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Process completed.
The file performs some basic file creation and movement in a folder in the C drive. If the code is needed I could provide it. I was wondering if there is a way I could stop this message from displaying every time I compile. I use JCreator if that matters at all...