In the DG, testers are instructed to launch the application by double clicking on the jar file. However, due to the specific JFX17 platform that our applications run on, this will cause a fatal error for all mac users.
The correct instruction should be to run java -jar <name>.jar, as described in the UG.
While this technically affects all mac users, I have put this as a low severity bug since it only appears in the DG.
In the DG, testers are instructed to launch the application by double clicking on the jar file. However, due to the specific JFX17 platform that our applications run on, this will cause a fatal error for all mac users.
The correct instruction should be to run
java -jar <name>.jar
, as described in the UG.While this technically affects all mac users, I have put this as a low severity bug since it only appears in the DG.
[original: nus-cs2103-AY2425S1/pe-interim#3772] [original labels: severity.Low type.DocumentationBug]