one2team / highcharts-serverside-export

Server side export for highcharts
92 stars 91 forks source link

Does HighCharts supports jdk1.5? #9

Open iniyavan opened 11 years ago

iniyavan commented 11 years ago

Hi,

I have my application that uses jdk1.5 and i want to draw charts in my application using highcharts server side library. Though the compilation of the highcharts java source code has given some problems using jdk1.5,i changed the code by not having override annotation and it got compiled using jdk1.5.

when i execute the highcharts library code in my application ,iam getting the below error.

java.lang.NoSuchFieldError: shellContextFactory at org.one2team.highcharts.server.export.util.SVGRendererInternal.getContextFactory(SVGRendererInternal.java:188) at org.one2team.highcharts.server.export.util.SVGRendererInternal.getSVG(SVGRendererInternal.java:42) at org.one2team.highcharts.server.export.SVGRenderer.render(SVGRenderer.java:26)

Can you please help me on this regard?Also,how does highcharts server side library supports jdk1.5?

Thanks in advance, Iniyavan