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

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

Open
rumcode opened this issue Apr 23, 2020 · 4 comments

Comments

@rumcode
Copy link

rumcode commented Apr 23, 2020

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 ?>

@iamolever
Copy link
Contributor

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
Copy link
Contributor

swarwick commented Apr 24, 2020 via email

@rumcode
Copy link
Author

rumcode commented Apr 24, 2020

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.

@swarwick
Copy link
Contributor

swarwick commented Apr 24, 2020 via email

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

3 participants