0

I've tried GCJ but that was giving me problems and it's apparently not supported anymore, so what can I use? I don't want something that just wraps the jar file, but something that actually recompiles it into an independent exe. Is that possible?

1 Answers1

0

Yes, there is!

Using GraalVM Java applications can be compiled into native standalone executables (will be demonstrated).

Check this site : https://technology.amis.nl/2018/08/21/java-programs-as-native-executables-graalvm-is-the-answer/

Void
  • 969
  • 1
  • 11
  • 19