-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not open jar file #69
Comments
Did you try running it using |
Have you tried using Java 11.0.2 instead? There was a student with 11.0.4 and had problem with it. Using 11.0.2 resolved the issues. Please refer to #44 |
It runs fine with java -jar command. I tried using java 11.0.2 instead but it does not change anything. |
Perhaps you can share the jar file here for someone else to try it? |
For the time being, it's good enough if it can be run using the command line, until this issue is resolved. |
Please read up on how to write a good question
Environment
Describe your development environment
Issue
When I am trying to double click and open the jar file compiled using gradle shadowJar on a mac with Jar launcher(A mac utility app to open jar file), it prompts me saying it cant be lauched and check console for error message. The closest two things in my console that looks like an error message is in the code below, but after much googling I cant seem to figure out what is the problem, may I get some help? The jar file runs perfectly fine when opened from terminal. Will this affect grading since grading is based on jar file?
The text was updated successfully, but these errors were encountered: