Closed ruiming97 closed 1 month ago
Hi, can I check if your Java JDK version and Gradle JVM Version are correctly set to Azul Zulu 17
Java JDK version is under File -> Project structure Gradle JVM version is under Settings -> Build, Execution, Deployment -> Build Tools -> Gradle
@ruiming97 A gentle reminder to close this issue if the problem has been resolved. If not resolved yet, please post a comment explaining which part of the problem/question remains unresolved.
Hi, can I check if your Java JDK version and Gradle JVM Version are correctly set to Azul Zulu 17
Java JDK version is under File -> Project structure
Gradle JVM version is under Settings -> Build, Execution, Deployment -> Build Tools -> Gradle
Hi! sflr, this actually helps solve the problem! Thank you so much
I'm getting this message when I try to use the built-in
ip[run]
on IntelliJ to run my GUI.However, my GUI can be run when I do
./gradlew run
in the terminal. Below is the configuration of myip[run]