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?
#How to set up in JavaFX for a github project
1 messages · Page 1 of 1 (latest)
<@&987246527741304832> please have a look, thanks.
why arent you using maven or gradle?
also the first link from this might be helpful:
JavaFX Tutorials
Official Documentation
- Project Setup: https://openjfx.io/openjfx-docs/
- API JavaDocs: https://openjfx.io/javadoc/23/
- Introduction to FXML: https://openjfx.io/javadoc/23/javafx.fxml/javafx/fxml/doc-files/introduction_to_fxml.html
- CSS Reference: https://openjfx.io/javadoc/23/javafx.graphics/javafx/scene/doc-files/cssref.html
Community & Tutorials
- FXDocs: https://fxdocs.github.io/docs/html5/
- Jenkov Tutorials: https://jenkov.com/tutorials/javafx/index.html
- Fundamentals (dev.java): https://dev.java/learn/javafx/
Additional Tools:
- Scene Builder: https://gluonhq.com/products/scene-builder/
squidxtv • used /tag id: javafx-tutorials
·
My team and I are unfamiliar with gradel/maven so I wanted to just use the standalone for now
not using it will just make it harder most of the time
Which one is more user friendly?
maven is usually easier for a newbie to get on board