I have this file that contains an instance of some Machine object. When I compile the file I have, it says that the class uses a deprecated API, meaning the Machine object. I tried looking for it in this link, but I find nothing. I was wondering if anyone who used Java for a long time knows whether such a class has actually ever existed or not. I am confused. If you know this class has existed, could you please direct me on where to find it. I can't seem to google for it effectively. any advice is appreciated.
bibiki 18 Posting Whiz
Recommended Answers
Jump to PostDo you have the source code for that class?
Jump to PostI found this, I couldn't find anything under the java API deprecated either though:
http://www.opengrids.org/gxos/apidocs/garnet/gateway/schema/Machine.html
Jump to PostNote: Bio.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.Have you tried the recommendation? using the -Xlint option with javac
All 9 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
bibiki 18 Posting Whiz

kris0r
NormR1 563 Posting Sage Team Colleague
bibiki 18 Posting Whiz
bibiki 18 Posting Whiz
NormR1 563 Posting Sage Team Colleague
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
bibiki 18 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.