Skip to content

ldss-hse/ldss-client-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldss-client-desktop

Setup instructions (Windows)

Prerequisites

  1. Install Java Development Kit 19

  2. Install Apache Maven 3.8.6

  3. Install PostgreSQL (remember the password you specify for a root postgres user)

  4. Download JavaFX 19

  5. Create environment variable pointing to bin folder of JavaFX library (assuming we are working in PowerShell):

    $env:PATH_TO_FX="D:\_LIBRARIES\javafx-sdk-19\lib"
    1. If you are working from eclipse here are instructions
  6. Create database in PostgreSQL server: either in command line or pgAdmin. Database name: ldss.

  7. Install local dependencies:

    mvn install:install-file -Dfile="D:\hse\ldss-client-desktop\libs\fx_table_adapter.jar" -DgroupId="org.grios.tableadapter" -DartifactId="fx_table_adapter" -Dversion="1.0" -Dpackaging=jar

Run instructions

  1. Specify settings to connect to PostgreSQL server in src/properties/config.properties. Change only following lines (password as you configured earlier):
    db.name=ldss
    db.password=admin
  2. Build project:
    mvn clean install
  3. Run project:
    java --module-path $env:PATH_TO_FX --add-modules javafx.controls,javafx.fxml -cp .\target\AdaptableDSS-1.0-SNAPSHOT-jar-with-dependencies.jar adaptabledsss.HelloApplication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages