1921 shaares
10 private links
10 private links
7 results
tagged
run
spring-boot-maven-plugin
I have an executable jar file compiled with Java 8 and containing a JavaFX application called app.jar.
When I had Java 8 installed I could run it simply with java -jar app.jar.
Now I only have Java...