{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch Current File",
"request": "launch",
"mainClass": "${file}",
"vmArgs": "--module-path \"C:\\Users\\revly\\Desktop\\Misc\\javafx-sdk-17.0.1\\lib\" --add-modules javafx.controls,javafx.fxml"
},
{
"type": "java",
"name": "Launch LifeController",
"request": "launch",
"mainClass": "LifeController",
"projectName": "GameOfLife_9cdcb454"
}
]
}
My Error Message:
This is for a school project and I was told to copy "vmArgs" part into the json file so that javafx would work (i have copied my own file path). However, I can't seem to be getting it to work because of a "unrecognized option" error.