RocioValedoStgo / papeleria_legado

Maintenance to UPCH 2020 "legacy stationery" software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintenance to UPCH 2020 "legacy stationery" software πŸ› 

Content πŸ“‹

Technologies πŸ›Έ

Get this project πŸ“₯

  • Git on your computer.

  • In the CMD, locate yourself in the folder that you want to have the project.

  • Put the command in the CMD.

     git clone https://github.com/RocioValedoStgo/papeleria_legado.git
    

Configurations βš™

Check this steps

  • Step 1

    • Add JAR's in the ClassPath and ModulePath.
  • Step 2

    • Modify Main Class
      • Run > Run configurations > Java App > Main > Main class:

      • Search Main of the project
  • Step 3

    • Create a new User Library under.

      Eclipse > Project > Properties > Java Build Path > Libraries > ModulePath > Add Library > User libraries > New

    • Give it a name.
    • Select the new library.
    • Add External JavaFX 11's JAR's.
    • Search and select JavaFX 11's JAR'S.
  • Step 4

    • Create a new variable.

      Run > Run configurations > Java App > Main (1) > arguments > Variables > Edit Variables > New

    • Give it a name.
    • Set the value with the environment variable PATH_TO_FX.
    • Apply and close.
  • Step 5

    • Modify Execution.

      Run > Run configurations > Java App > Main (1) > arguments > VM arguments

    • Set the value --module-path ${name-variable-step-2} --add-modules javafx.controls,javafx.fxml --add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED.

Or check this

JavaFX and Eclipse.

Run β–Ά

If the configuration has been correct, press the "Run Main (1)" button and you must start the program. 🀞🏼

Authors πŸ‘¨πŸΌβ€πŸ’»

About

Maintenance to UPCH 2020 "legacy stationery" software


Languages

Language:Java 98.6%Language:TSQL 1.4%