Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Is it ok to hate Oracle java?
So once up a time I wrote a small application in Java. It worked. 5 years Solid.
So, I revisit it with a new computer new fancy Java Oracle. It wont compile. Have they heard of backwards compatibility? So yes, I just down download the old Sun compiler it works fine.
This is for an app that has run rock solid for 5 years... Just making a few tweaks.
2 Answers
- modulo_functionLv 79 years agoFavorite Answer
It's unlikely that the problem is with changes to the Java language. It's more likely due to a difference in the processors for the different computers. I'll bet that if you had just recompiled using the same compiler on the new machine that it would have worked just fine.
- Anonymous9 years ago
It's a bit much to expect that a piece of software written 5 years ago will run in a modern environment without any snags. As the old saying for Java goes, "write once, debug everywhere". ;)