You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: