简体   繁体   中英

How to prevent error in compiling jar plugin

I keep getting this error when i try to run aa plugin called MicrobeJ in Fiji (ImageJ)

Exception in thread "Thread-8" java.lang.NoSuchMethodError: org.jfree.chart.plot.XYPlot.setAxisOffset(Lorg/jfree/ui/RectangleInsets;)V
at com.ducret.resultJ.ResultChart.setAxisOffset(ResultChart.java:1188)
at com.ducret.resultJ.ResultChart.setAxisOffset(ResultChart.java:1179)
at com.ducret.resultJ.ResultChart.getCharts(ResultChart.java:605)
at com.ducret.resultJ.ResultChart.getCharts(ResultChart.java:577)
at com.ducret.resultJ.ResultChart.getPanel(ResultChart.java:1335)
at com.ducret.resultJ.ResultChart.getPanel(ResultChart.java:1328)
at com.ducret.resultJ.ResultSubPanel.getComponent(ResultSubPanel.java:211)
at com.ducret.resultJ.ResultSubPanel$OverlayPanel.updatePanel(ResultSubPanel.java:1273)
at com.ducret.resultJ.ResultSubPanel$OverlayPanel.setPanel(ResultSubPanel.java:1261)
at com.ducret.resultJ.ResultSubPanel.getOverlayPanel(ResultSubPanel.java:221)
at com.ducret.resultJ.ChartRunner.run(ChartRunner.java:26)
at java.lang.Thread.run(Thread.java:748)
at com.ducret.resultJ.NotifyingThread.run(NotifyingThread.java:76)    

Can someone please help me

adi

Download jcommon JAR 1.0.23 with all dependencies Downlaod

Update the Jar with latest one

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM