xMashedxTomatox / pe

0 stars 0 forks source link

Application does not start as suggested by quickstart #2

Open xMashedxTomatox opened 2 years ago

xMashedxTomatox commented 2 years ago

As mentioned by the quickstart section in the UG, the app is started by double clicking the app. However, doing so in windows results in a system error.

image.png

This is may possibly be of an even higher severity if there is no known way to start the app properly. e.g. java -jar ... However in the case of the PE, medium should suffice.

nus-se-bot commented 2 years ago

Team's Response

https://webdeasy.de/en/error-a-jni-error-has-occured-how-to-fix-this-java-error/

image.png

  1. Refer to the link above, and the screenshot => JNI error is the result of the user's incompatible JDK and JRE.

bug_3417.mp4

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Upon researching a little, this is due to me not having configured my java_home appropriately. However, in the UG/DG, there is no mention that there is a need to configure java_home. The only step mentioned is to have java 11 installed, which i do as i am able to run the app with the default java -jar method. The fact that to get the double clicking to work, there are additional requirements (configuring java_home) that are not mentioned in the UG means that users can actually can stuck and not be able to run the program at all.

image.png