Questions
Articles
Videos
Ask
Experts
Polls
Login
Sign Up
Health
Parenting
Cooking
Travel
Pets
Q:
When I compile with javac it says that one of the methods I use is deprecated. What does that mean?
1
Like
Unlike
Answer
Comment
Flag
Widget
Tags:
mean
methods
says
compile
javac
deprecated
Related Questions
Is it possible to use the JDK 1.0.2 version of the javac compiler to compile .java files generated by the SQLJ translator?
- No. You need a Java compiler from JDK 1.1.x or 1.2. 7.
How do I use "javac" from the JDK to compile .java files?
- If you simply type "javac" and return at your command line (Win32 and Solaris), javac should dump a list of ...
What does a "java.io.IOException: CreateProcess: javac ..." error mean when I try to compile?
- This is caused by [jdk1.2]\bin not being in your PATH environment variable. Add this to your PATH (making ...
I'm using WordPad...and javac won't compile my source. Why?
- If javac is giving you normal looking error messages (i.e. the output is in English), then your code is wrong. ...
How can I get the javac tool to read command-line arguments from a file?
- Tools, JDK, Vendors:Sun John Zukowski PREMIUM, Dec 11, 2000 If you are compiling lots of files or passing ...
Is this page helpful to you?
Your
anonymous
feedback will help us improve.
Helpful
Not helpful
Thanks for your feedback!
A:
1 Answer
rank
1
2
Like
Unlike
Comment
Flag
Edit
A deprecated method is method that was supported in older versions of Java, but is now obsolete. You should use the suggested replacement method instead, since the deprecated method may not be supported in future versions of Java.
more
comscigate.com
/Books/.../index.html
Related Videos
Add your answer...
Top Answerers
1.
Cheap SSL Certificates
7
Answers
in the past week
2.
vanity fair
7
Answers
in the past week
3.
Robert Turner
4
Answers
in the past week
More Top Answerers »
Top Askers
1.
Frank Bell
2
Questions
in the past week
2.
Frank Bigaglow
3
Questions
in the past week
3.
Charles McAtee
2
Questions
in the past week
More Top Askers »
Top Supporters
1.
Tom Wagner
9 Likes given in the past week
2.
Susan Brunner
3 Likes given in the past week
3.
CableAnd OtherThings Too
2 Likes given in the past week
More Top Supporters »
Please flag with care:
Offensive or Abusive
Spam
Ambiguous
Garbage
Duplicate
Inaccurate or Outdated
Comment (optional):
Flag
Cancel
What's wrong with this link?
If there's a problem with the answer itself, please flag the answer instead.
This URL is broken
This is a duplicate
The answer is no longer found at this URL
This is not the original source for this answer (please enter the original URL below)
Comment or suggest a replacement URL:
Flag
Cancel
Suggest a new URL
Has this answer moved? You could help us by suggesting a new URL where this answer can be found.
If there's a problem with the answer itself, please flag the answer instead.
Suggest a replacement URL:
Ok
Cancel
When I compile with javac it says that one of the methods I use is deprecated. What does that mean?
Related Questions
- No. You need a Java compiler from JDK 1.1.x or 1.2. 7.
- If you simply type "javac" and return at your command line (Win32 and Solaris), javac should dump a list of ...
- This is caused by [jdk1.2]\bin not being in your PATH environment variable. Add this to your PATH (making ...
- If javac is giving you normal looking error messages (i.e. the output is in English), then your code is wrong. ...
- Tools, JDK, Vendors:Sun John Zukowski PREMIUM, Dec 11, 2000 If you are compiling lots of files or passing ...