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?
Asked
Active
Viewed 84 times
1 Answers
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
-
I literally specifically said I did not want a wrapper – LogicLight123 Dec 26 '20 at 22:42
-
Do your part of the work. Graalvm can compile to native code. – Thorbjørn Ravn Andersen Dec 27 '20 at 00:52