epam/java-cme-mdp3-handler

compiler errors: he type net.openhft.chronicle.core.ReferenceCounted cannot be resolved. It is indirectly referenced from required .class files

rumcode opened this issue · 4 comments

I downloaded this sofware and tried to get it compile, but with no avail. From reading other error messages posted here, it might depend on which version of the jars one is using and perhaps the java compiler. I am using jdk 14.0.1 and the version of slf4j is 2.0.0-alpha1 and the version of chronicle-bytes is 2.19.6. The file in which the errors occur are SbeBufferImpl.java

the other error is Line breakpoint:SbeBufferImpl [line: 83] - release()
- The method release() is undefined for the type BytesStore<capture#43-
of ?,capture#44-of ?>

So do you have version conflict in classpath? I did not test with late versions of dependencies yet, but I suppose we have to refresh already (too many new versions were released already)

Swarwick -> you wrote that were able to build. What version of the JARS and Java were you using so how clean was your build? (i.e. from scratch? If you were using the JARS listed with the project, these are very old. Also of you used an older version of Java then this is old too. Can you retry with the latest Java compiler and JARS? This is a clean rebuild.