LennysLounge / ACC-Race-Control

A live timing app for Assett Corsa Competizione
MIT License
31 stars 5 forks source link

Find a better solution for the custom JRE #1

Closed LennysLounge closed 1 year ago

LennysLounge commented 3 years ago

Currently the JRE is part of the src directory and gets copied into the distribution. That is not very nice because it makes the src directory bigger than it need to be.

A better solution would be to create the JRE dynamicly when building a distribution.

bradfier commented 3 years ago

I'm absolutely not a Java expert, but since the goal here is a simple .exe anyone can run on their PC beside ACC, could something like GraalVM work?

https://www.graalvm.org/reference-manual/native-image/