Deprecation -Xlint error?

seejay

Distinguished
Aug 20, 2010
100
0
18,680
I have somewhat of a unique problem (its not very common to my understanding).

I am trying to add a 'bot' to a program called rsbot (for runescape cheating basically) and when i add a new script (new bot) i save it under the 'scripts' folder as .java etc.. then i press Compile Scripts and get an error saying:
--
Note: scripts\sources\AIORuneCrafter.java uses or overrides a deprecated API.
Note: Recbompile with -Xlint: deprecation for details.
--

I have only tried about 3 different scripts so far so i suppose that it could just be bad luck getting all bugged scripts.
 

seejay

Distinguished
Aug 20, 2010
100
0
18,680
The thing is that the original file (notepad java document) shows up with a few other .class files in the 'scripts' folder after being compiled; but when opening the actual program (rsbot) i look under my available scripts and the new one i tried to add did not, i guess, compile or save.
 

Zenthar

Distinguished
Unless the compiler stops at warning (which would suck), then the error you are getting should no prevent the script from working. Is the file big, if not that bad you could put it in the thread using the [ code ] [ /code] tag.