Tugas besar Pemrograman Berbasis Objek (PBO)
Language: Java using JavaFX
DB: MySQL
Note
This install has only been tested on Windows Make sure you have done the prerequisite.
- Open terminal and execute this prompt:
git clone https://github.com/rickrck/TubesFX-Netbeans.git- Open Netbeans and press
Ctrl + Shift + Othen open the Folder that was cloned earlier, select TubesFX.
Caution
If you face a missing path error for MySQL Connector, check prerequisite No.3.
-
Check library of project.
Right Clickon project, select Properties.- Click Libraries.
- Check in Compile-Time Libraries whether MySQL JDBC Driver and
PATH/to/mysql-connector-j-8.4.0.jarare present. - If all the needs are in place then the project should run well
-
Run file or using
F6