web3j icon indicating copy to clipboard operation
web3j copied to clipboard

web3j new throws build error

Open phazejeff opened this issue 3 years ago • 0 comments

I am on Windows 10, and I installed the CLI successfully using Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))

Yet running web3j new throws this:


FAILURE: Build failed with an exception.

* What went wrong:
Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 709ms

phazejeff avatar Dec 05 '21 00:12 phazejeff