hyperledger-web3j / web3j-cli

Command-line interface for web3j
https://github.com/web3j/web3j-cli
Other
58 stars 30 forks source link

Getting build errors for clean install #93

Open pspiro opened 2 years ago

pspiro commented 2 years ago

When I pull down and build web3j-cli using Windows/Eclipse/Gradle, I get the following errors. Where is it supposed to be pulling the org.web3j.console.openapi package from? I don't see it anywhere.

The import org.web3j.console.openapi.OpenApiCommand cannot be resolved  Web3jCommand.java   /web3j-cli/src/main/java/org/web3j/console  line 26 Java Problem
The import org.web3j.console.openapi.project.erc777.CopyUtils cannot be resolved    Erc777JavaProjectCreator.java   /web3j-cli/src/main/java/org/web3j/console/project/java line 16 Java Problem