Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

We are using VSCode as our IDE for this application

Video Reference:
Link: https://youtu.be/H67COH9F718?feature=shared

For the setup of application, you will need:

  1. Java SDK (jdk-21)
  2. JavaFx SDK
    Link: https://download2.gluonhq.com/openjfx/21.0.1/openjfx-21.0.1_windows-x64_bin-sdk.zip
  3. VSCode IDE
    Link: https://code.visualstudio.com/
  4. VSCode Extension - "Extension Pack for Java"
  5. VSCode Extension - "JavaFx Support"

Steps:

  1. Install and Setup VSCode IDE

  2. In VSCode, click on "Extensions", search and install the below extensions
     - Extension Pack for Java
     - JavaFx Support

  3. Download source code from the link provided: source_code_link

  4. In VSCode, click on "File" -> "Open Folder", and select the downloaded source code

  5. In source code, go to .vscode sub directory, and open launch.json file

  6. In launch.json file, find "vmArgs" under "configurations", change the address path to the address path of your javafx-sdk/lib, following the example below
    "vmArgs": "--module-path "C:/address/path/to/your/javafx-sdk/lib" --add-modules javafx.controls,javafx.fxml"

  7. In source code, go to .vscode sub directory, and open settings.json file

  8. In settings.json, find "java.project.referencedLibraries", change the address path to the address path of your javafx-sdk .jar file, following the example below
    "lib/**/*.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx.base.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx.controls.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx.fxml.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx.graphics.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx.media.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx.swing.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx.web.jar",
    "c:\address\path\to\this\javafx-jar-file\javafx-swt.jar"

  9. In VSCode, click on "Run" -> "Run without debugging" to run the code

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages