Creating an image fails with the following error message:
java.lang.NoClassDefFoundError: Could not initialize class
at sun.awt.PlatformGraphicsInfo.createToolkit(PlatformGraphicsInfo.java:40) ~[?:?]
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:592) ~[?:?]
at java.awt.Image.getScaledInstance(Image.java:178) ~[?:?]
at com.andavin.images.command.CreateCommand$CreateImageTask.readImage(CreateCommand.java:260) ~[?:?]
Creating an image fails with the following error message: