You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem occurred mainly when using JavaFX with web3. Since JavaFX uses modules, when adding web3j, you need to require each module you'll be using in module-info.java. My solution was to delete this file and wrap the main JavaFX application with another class. This is not an ideal solution, and a revision is required to permanently resolve this issue.
Issue_title
module crypto reads package org.web3j.crypto from both core and crypto
Issue_description
This is my project module-info.java:
When i try to build it, it keep getting this error:
java: module crypto reads package org.web3j.crypto from both core and crypto
Issue_context
Btw, i'm using jdk 21, and web3j v4.12.1
I can't seem to find a solution to this, i would really appreciate you help.
The text was updated successfully, but these errors were encountered: