-Xlint / -Deprecation Error
Sorry if I'm in the wrong area or on the wrong site to ask this question but... I've read that this is a Java issue:
There is a program called 'Rsbot' which is, in a way, a 'cheat engine' for the online game Runescape. You can add different scripts so that the scripts will perform different actions in the game (people post full scripts online).
After adding a script by saving a notepad file as .java etc... I click compile-scripts under the Rsbot folder in my documents and usually the Run screen pops up showing me if my scripts compiled into .jar files or not.
Whenever i try to add any form of script to my bot i get this error in the Run screen (after clicking the compile-scripts icon):
--
Looking for JDK
Compiling scripts
Note: Scripts\Sources\(script name).java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Press any key to continue . . .
--
Thank you for anyone that can help!