The crypto-4.12.0.jar and the utils-4.12.0.jar do not declare module-info.java files. And they both provide the package org.web3j.crypto.
I get the following error:
the unnamed module reads package org.web3j.crypto from both utils and crypto
module utils reads package org.web3j.crypto from both crypto and utils
module crypto reads package org.web3j.crypto from both utils and crypto
_Bugtitle
Cannot use org.web3j:core with JPMS.
Steps To Reproduce
Run from a module with JPMS enabled.
Environment
Describe the environment in which the issue occurs
Additional context
The
crypto-4.12.0.jar
and theutils-4.12.0.jar
do not declaremodule-info.java
files. And they both provide the packageorg.web3j.crypto
.I get the following error: