Skip to content

Commit

Permalink
Doc README : Image of the run configuration with Maven for JavaFX (cl…
Browse files Browse the repository at this point in the history
…ean javafx:run)
  • Loading branch information
Lob2018 committed Nov 4, 2024
1 parent 8d8820b commit 86e7ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,13 @@ application allows you to solve the current Sudoku grid, but also other entries
- Clone the repository
- Select the project's JDK
- File > Project Structure > SDK > Add SDK from disk (select the JDK)
- Run the app (top right corner)
- Run the app at top right corner (SudoMain.java is the main class)
- Run / Debug Configurations > Edit Configurations...
- Run (in order to run the application)
- Add New Configuration > Maven > Run: clean javafx:run > Apply
<p>
<img alt="Run with Maven for JavaFX" src="./.myresources/design%20and%20modeling/images/Run_with_Maven_for_JavaFX.jpg">
</p>
- Open and select SudoMain.java then run **SudokuFX [clean,javafx:run]**
- Run with details (optional)
- Add New Configuration > Maven > Run: clean -X javafx:run -Dprism.verbose=true -f pom.xml > Apply
Expand Down

0 comments on commit 86e7ba4

Please sign in to comment.