Skip to content

Does HighCharts supports jdk1.5? #9

@iniyavan

Description

@iniyavan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions