Aspose.Cells for java is not supporting in linux environment

<style type="text/css">p { margin-bottom: 0.1in; line-height: 120%; }a:link {  }</style>

HI Team,
I am trying to use Aspose.Cells Lib but Aspose.Cells Lib is not supporting into linex os environments. my java version - java version 1.6.0_31 and ubuntu 12.04

When i am trying to run the code then then error occur -

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f557de1c233, pid=26131, tid=140005183358720
#
# JRE version: 6.0_31-b31
# Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x52f233] jni_CallStaticVoidMethod+0xd3
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/echasro/LAB/ExcelChart/hs_err_pid26131.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#

And i am using Aspose.cells jar -

aspose-cells-8.3.1.jar
bcprov-jdk16-146.jar

Please help if possible.

Hi,

Thanks for providing us some details.

Well, I think the error (SIGSEGV (0xb)) is caused due to some bug in the OpenJDK 1.6 and has nothing to do with Aspose.Cells for Java API, you got to upgrade the JDK to more recent revisions e.g JDK1.7 has resolved the problem you mentioned.

Alternatively, you can also try the following JVM options to test whether it can work with your current JDK version:

java.awt.headless=true

Or

Aspose.Cells.Disable=SunFontManager

Thank you.