View Single Post
  #1 (permalink)  
Old 04-23-2008, 07:03 AM
Leprechaun Leprechaun is offline
Member
 
Join Date: Dec 2007
Posts: 30
Leprechaun is on a distinguished road
[SOLVED] An annoying warning everytime I compile
Everytime I compile a file I get this warning:
Quote:
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...
Reply With Quote
Sponsored Links