Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does HighCharts supports jdk1.5? #9

Open
iniyavan opened this issue Dec 5, 2012 · 0 comments
Open

Does HighCharts supports jdk1.5? #9

iniyavan opened this issue Dec 5, 2012 · 0 comments

Comments

@iniyavan
Copy link

iniyavan commented Dec 5, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant