nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

JavaFX missing components #125

Closed thennant closed 1 year ago

thennant commented 1 year ago

Error message from running Crystal: image

Build.gradle: image

The gui from running launcher class: image

Hi, i am having issues with the javafx installation. I have added the necessary plugins, javafx version and modules as well as dependencies to the build.gradle. Upon running my Crystal class (the Duke class), it says missing javafx components. However, i am able to run my launcher class with the gui window popping up. Is this a normal thing or do i need to install the missing components and if so how do I go about that? Thanks.

hingen commented 1 year ago

Yup, seems like this is normal. If you look at the addressbook-level3 code base, there is an explanation for it in the Main.java file.

thennant commented 1 year ago

ok thanks!