nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

Failing ip[run] #378

Closed ruiming97 closed 1 month ago

ruiming97 commented 1 month ago

I'm getting this message when I try to use the built-in ip[run] on IntelliJ to run my GUI.

Screenshot 2024-09-20 at 3 48 43 PM

However, my GUI can be run when I do ./gradlew run in the terminal. Below is the configuration of my ip[run]

Screenshot 2024-09-20 at 3 55 13 PM
SuhailLoya commented 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

nus-se-bot commented 1 month ago

@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.

ruiming97 commented 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

Hi! sflr, this actually helps solve the problem! Thank you so much