Pregunta

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.

¿Fue útil?

Solución

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.

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top