Open rickkoh opened 7 months ago
Tested on our end for double clicking on the Jar file. The program runs as expected and constitutes "re-launching" the app.
Team chose [response.CannotReproduce
]
Reason for disagreement: Hi, here's what I encountered when attempting to open the Jar file by double-clicking on it:
Opening the Jar file with the command java -jar [CS2103T-T11-3][EventBook].jar
would provide more consistent results. Hence, I believe the documentation should still correct that portion to either prompt the users to fallback to opening the Jar file using the command instead of double-clicking it.
Tested using 14-inch 2021 MBP running macOS Monterey.
Description
The DeveloperGuide mentioned to "re-launch the app by double-clicking the jar file.", but under point 2 we can see that to open the application, we need to run the command
java -jar EventBook.jar
.Expected Behaviour
I believe it should be to relaunch by running the same command
java -jar EventBook.jar
.Actual Behaviour
Asking users to open the app by double clicking on the Jar file.
Note
Also, I have checked, double clicking on the Jar file does not do anything.