Cells doesnt's work on Solaris

I reported that issue already some time ago and it suppose to be fixed in v7.5.1.2, actually I'm sure it was working fine after your fix in 7.5.1.2. 
https://forum.aspose.com/t/90650
With v7.6.0 I get again the same exception:

Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.createGE(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
at java.awt.image.BufferedImage.createGraphics(Unknown Source)
at java.awt.image.BufferedImage.getGraphics(Unknown Source)
at com.aspose.cells.b.a.b.i.a(Unknown Source)
at com.aspose.cells.xY.a(Unknown Source)
at com.aspose.cells.WorksheetCollection.W(Unknown Source)
at com.aspose.cells.WorksheetCollection.<init>(Unknown Source)
at com.aspose.cells.Workbook.<init>(Unknown Source)</pre><pre style="word-wrap: break-word; white-space: pre-wrap;"><br></pre><pre style="word-wrap: break-word; white-space: pre-wrap;">Thanks in advance for solving this issue.</pre><pre style="word-wrap: break-word; white-space: pre-wrap;">Regards,</pre><pre style="word-wrap: break-word; white-space: pre-wrap;">Mariusz</pre>

Hi,

Thanks for your posting and using Aspose.Cells for Java.

Could you please confirm if you are setting this JVM option when running your application?

-Djava.awt.headless=true

Also, please download and try the latest version: Aspose.Cells
for Java v7.6.0.5
and see if it makes any difference at your end.

Also you could try disabling the SunFontManager. Command example

java -DAspose.Cells.Disable=SunFontManager…