Skip to content

Tag: gradle

Java required module can’t be found

I have a basic JavaFX project set up in IntelliJ: The project uses Gradle for dependency management. The dependency that was added by my is javax.mail.api as you can see in the build.gradle file here: The iissue I have now is that when trying to execute to programm with the following run configuration: I get …