Immutablesettlementquantity cannot be resolved to a type

when I checkout the code from master from https://github.com/sappenin/java-ilpv4-connector and try to build it in eclipse locally, i am getting “immutablesettlementquantity.class” cannot be resolved to a type in org.interledger.connector.core.settlement.SettlementQuantity.java interface.

Can someone help me to resolve this compiletime issue?

Anyone know why Chainlink is better or worse than ILP? Why do we need both?? Thanks.

Abe Neitling

916-701-3628

It sounds like the Immutables compilation isn’t happening. It’s been a while since I’ve used Eclipse, but if I recall correctly getting annotation processing going can be non-obvious. There are instructions here: https://immutables.github.io/apt.html#eclipse

Are you able to build the project successfully using the command line with mvn clean install?

1 Like