Current DG specifies for the jar file to be tested and opened by double-clicking on it.
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.
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).
Current DG specifies for the jar file to be tested and opened by double-clicking on it.
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 thejava -jar
command.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]