#How to set up in JavaFX for a github project

1 messages · Page 1 of 1 (latest)

wooden moat
#

Hello all, I am using JavaFX for my project, and although I have all the .jar files from the latest release in my lib folder, I need to point the launch.json file to the path of the JavaFX lib folder itself (at least I think so anyway). This has made it so I need to have JavaFX in my repo which I feel is bad practice, as there are some files that go above Github's limits. Is there any way I can fix this?

simple tangleBOT
#

<@&987246527741304832> please have a look, thanks.

amber yarrow
#

why arent you using maven or gradle?

#

also the first link from this might be helpful:

simple tangleBOT
#
wooden moat
#

My team and I are unfamiliar with gradel/maven so I wanted to just use the standalone for now

amber yarrow
#

not using it will just make it harder most of the time

wooden moat
#

Which one is more user friendly?

fossil cave
#

maven is usually easier for a newbie to get on board