nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Instructions for manual testing should be adjusted to use the CLI `java -jar` command instead. #1368

Open nus-se-script opened 2 weeks ago

nus-se-script commented 2 weeks ago

Current DG specifies for the jar file to be tested and opened by double-clicking on it.

image.png

This could be problematic for several developers who may not be able to launch the jar file as the java launcher may not have used the -jar command to open it when double clicking. For example, I faced an error on a MacBook M2 when opening it with a double click as seen below, although it works when running the java -jar command.

image.png

This may make it unusable for some users who are not aware of the java -jar option, so the severity is medium-high (rounded down to medium here).


[original: nus-cs2103-AY2425S1/pe-interim#1888] [original labels: severity.Medium type.DocumentationBug]

ty4g1 commented 2 weeks ago

Team's Response

No details provided by team.

Duplicate status (if any):

--