Hello All,
Recently we have upgraded to nattable version to 2.0.2
After upgrade when ever I open nattable getting below error
Can any one suggest the solution for this
I am using eclipse-collection jar version 10.4.0
error : java.lang.IllegalStateException: Could not find any implementations of MutableSetFactory. Check that eclipse-collections.jar is on the classpath and that its META-INF/services directory is intact.
java.lang.IllegalStateException: Could not find any implementations of MutableSetFactory. Check that eclipse-collections.jar is on the classpath and that its META-INF/services directory is intact.
at org.eclipse.collections.api.factory.ThrowingInvocationHandler.invoke(ThrowingInvocationHandler.java:28)
at com.sun.proxy.$Proxy32.empty(Unknown Source)
at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintLayer(CellLayerPainter.java:74)
at org.eclipse.nebula.widgets.nattable.painter.layer.GridLineCellLayerPainter.paintLayer(GridLineCellLayerPainter.java:143)
at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1069)
at org.eclipse.nebula.widgets.nattable.painter.layer.CompositeFreezeLayerPainter.paintLayer(CompositeFreezeLayerPainter.java:136)
at org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter.paintLayer(NatLayerPainter.java:61)
at org.eclipse.nebula.widgets.nattable.NatTable.paintNatTable(NatTable.java:519)
at org.eclipse.nebula.widgets.nattable.NatTable.paintControl(NatTable.java:514)
Thanks
Ganesh
[Updated on: Mon, 14 November 2022 09:09] by Moderator