Skip to content

Commit

Permalink
🐛 fixed a bug in batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
ElforL committed Sep 18, 2020
1 parent 1a2a1a4 commit b880ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
Expand Down
2 changes: 1 addition & 1 deletion Game of Life.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java --module-path "c:\Program Files\Java\javafx-sdk-11.0.2\lib" --add-modules=javafx.controls -jar "Game of Life.jar"
java --module-path "lib\javafx-sdk-11.0.2\lib" --add-modules=javafx.controls -jar "Game of Life.jar"

0 comments on commit b880ecf

Please sign in to comment.