Rahman
Rahman

Reputation: 3785

Changes required to migrate from Oracle JDK to OpenJDK

We are planning to migrate our project from Oracle JDK to OpenJDK. I have some questions regarding the same.

Currently we are using :

Appreciate your help.

Thanks

Upvotes: 7

Views: 15961

Answers (1)

Peter Lawrey
Peter Lawrey

Reputation: 533500

Now my question is will it be a good idea to migrate to OpenJDK

For Java 11 you might want to, though by Java 11 they will be almost identical.

So do I need to replace all Oracle JDK jars with OpenJDK jars

I would install a version of OpenJDK and use the JARs which came with it. I wouldn't mix and match them.

JDK 1.8

I am not sure gain anything by migrating Java 8. Oracle Java 8 is still supported at least until Jan 2019. After that, you might not get any update, but you might not with OpenJDK either.

If your concern is getting support for Java 8, I suggest contacting a company which will give commercial support Java 8 such as Azul for what seemed like a reasonable price. https://www.azul.com/downloads/zulu/zulu-windows/

Upvotes: 1

Related Questions