colbehr / PDF-Grader

A piece of software can help a professor grade a PDF.
GNU General Public License v3.0
1 stars 0 forks source link

Fix jar executable so that it runs without going to a prompt. #7

Closed colbehr closed 1 year ago

colbehr commented 2 years ago

Right now we have to run java -jar PDFGrader.jar in a prompt in order to run the application, should only have to doubleclick the file. Might be worth researching if we can convert a jar to an exe.

colbehr commented 2 years ago

might be able to add a maven addon to build an exe as we build the app. https://stackoverflow.com/questions/37295726/create-exe-with-launch4j-with-maven

colbehr commented 1 year ago

sudo apt install openjdk-17-jre

colbehr commented 1 year ago

https://askubuntu.com/questions/339688/run-jar-as-application