web3j-cli icon indicating copy to clipboard operation
web3j-cli copied to clipboard

Getting build errors for clean install

Open pspiro opened this issue 3 years ago • 0 comments

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

pspiro avatar Nov 19 '22 16:11 pspiro