posted 19 years ago
This is a warning, not an error, and you can safely ignore it for now.
A "deprecated" method is one that Sun recommends you don't use in new code, because a better replacement exists. If you use the -deprecation switch, as advised, you'll get more details about exactly what deprecated method you're using. If you look at the Javadoc for that method, it will tell you what the replacement is.