We have a very old client-server application that uses JRE 1.3, it's network communication is based on sockets and has a desktop client, my boss is asking me to investigate the chance to install it on windows 8. I don´t have a windows 8 at hand, so has someone tried to do such thing? The desktop app is really huge, so upgrading it, is not an option.

有帮助吗?

解决方案

Java strives to keep very strict backwards compatibility, so I would try to install the latest Oracle Java JRE version on the Windows 8 machine and execute the application on that.

Chances are it will work out of the box.

其他提示

As Andrea says in another answer, backwards compatibility is very important in Java. However things do get deprecated and potentially eventually removed.

You may want to review the following, lists of things deprecated in the various java versions in case something in there is core to how your application works.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top