rickkoh / pe

0 stars 0 forks source link

Instruction given by the DeveloperGuide to open the program is incorrect #9

Open rickkoh opened 7 months ago

rickkoh commented 7 months ago

Description

image.png

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.

nus-se-bot commented 7 months ago

Team's Response

Tested on our end for double clicking on the Jar file. The program runs as expected and constitutes "re-launching" the app.

Items for the Tester to Verify

:question: Issue response

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:

image.png

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.