Open Flaxoos opened 3 years ago
I am running into this issue when I attempt to run any web3j command whatsoever.
wrong place to report, https://github.com/web3j/web3j-cli
also, try rm ~/.web3j
then curl -L get.web3j.io | sh && source ~/.web3j/source.sh
and run again, this helped me.
Exception in thread "main" java.lang.IllegalArgumentException: Input string is NULL or empty
when running the command
web3j truffle generate [--javaTypes|--solidityTypes] /path/to/<truffle-smart-contract-output>.json -o /path/to/src/main/java -p com.your.organisation.name
with corresponding arguments, I get:Steps To Reproduce
truffle init
put contract in contracts foldertruffle compile
web3j truffle generate [--javaTypes|--solidityTypes] /path/to/<truffle-smart-contract-output>.json -o /path/to/src/main/java -p com.your.organisation.name
Expected behavior
no error produced, java files generated
Actual behavior
error produced, no java files created