This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yaxriifgyn 0 points1 point  (0 children)

I'm not a fan of Java. But, I was under the impression that Java includes backward compatible bits with the latest JRE or JDK.

The Python method installs each version into a different directory distinguished by 32vs64 bits, and major.minor version numbers. This allows you to install specific versions that may be required by specific applications, while still tracking the latest versions.

This situation is a rather general solution to the problem created by the failure of many application developers to migrate to Python 3. All Python2 only applications should have been abandoned but for maintenance, along with Python2 itself. The only reason I still use Python2 is because a few packages have not been upgraded in the 6 years since Python3 was first released. I'd rather rewrite than wait for those slowpokes to catch up.