Closed colbehr closed 1 year 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.
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
sudo apt install openjdk-17-jre
https://askubuntu.com/questions/339688/run-jar-as-application
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.