Mark Stephens Mark has been working with Java and PDF since 1999 and is a big NetBeans fan. He enjoys speaking at conferences. He has an MA in Medieval History and a passion for reading.

Are you a Java Developer working with PDF files?

Find out why you should be using JPedal

OpenJDK Migration for dummies reviewed

1 min read

We are big fans of the OpenJDK, so I was a really excited to see that Azul has produced a simple guide on how to migrate your code from Oracle JDK to OpenJDK. The 76 page PDF is free and written by long-time Java Champion and expert Simon Ritter. Where helpful, it has separate sections on macOS, Linux and Windows. Docker  and Cloud use are also covered.

If you are currently using Java 8 you will find the book especially useful as it highlights all the changes (like replacement of Lucida, changes in Rendering, etc) which will impact your migration to any later version of Java. It is nearly 10 years since Java 8 was released and you are really missing out a huge number of improvements and fixes.

The book is really well-structured and you can just dip into the relevant sections which interest you. The book packs in a lot information about Java history, licencing (I finally understand how the Oracle licencing model works!) and lots of technical details. It also includes a lot of sensible advice on which JDKs to use, how to choose the right one for your Enterprise, security options, types of support, and better organising your Java usage.

Azul have a lot of involvement in OpenJDK, and have put a lot of really useful general information into this guide along with some details of the Azul specific version.

This isn’t a book for dummies (they are the ones not reading it). It is for Java Developers looking for help on how to move on from Java 8 to newer, better Java releases and for Enterprises looking to better understand the current Java Ecosystem. It succeeds on both these objectives.

You can download your copy from Azul here.



Our software libraries allow you to

Convert PDF to HTML in Java
Convert PDF Forms to HTML5 in Java
Convert PDF Documents to an image in Java
Work with PDF Documents in Java
Read and Write AVIF, HEIC, WEBP and other image formats
Mark Stephens Mark has been working with Java and PDF since 1999 and is a big NetBeans fan. He enjoys speaking at conferences. He has an MA in Medieval History and a passion for reading.

How to insert an image into a PDF

Recently, we released JPedal 2023.07 which contains the ability to insert images into PDF files. All you need is a copy of JPedal, a...
Jacob Collins
18 sec read